diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 6dd490c..35e5e2d 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -49,6 +49,7 @@ jobs: sudo apt-get install -y terraform - name: Debug TF version id: debug_tf_version + run: | echo $(terraform -v) echo $(terraform -v) | grep -o '^Terraform v\d.\d.\d' TF_VERSION=$(echo $(terraform -v) | grep -o '^Terraform v\d.\d.\d')