Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Jun 10, 2024
1 parent b73d76d commit d77f26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d77f26a

Please sign in to comment.