Skip to content

Commit

Permalink
feat(terraform-quality): update tfswitch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut-Padok committed May 7, 2024
1 parent 465a7ed commit 8f900ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
wget https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh
chmod 755 install.sh
./install.sh -b ./.bin 0.13.1288 # Last arg is the desired tfswitch version
./install.sh -b ./.bin v1.1.1 # Last arg is the desired tfswitch version
rm install.sh
.bin/tfswitch -b .bin/terraform
.bin/terraform -v
Expand Down Expand Up @@ -69,4 +69,3 @@ jobs:
quiet: true
skip_path: ${{ inputs.checkov_skip_path }}
baseline: ${{ inputs.checkov_baseline }}

0 comments on commit 8f900ea

Please sign in to comment.