Skip to content

Commit

Permalink
Merge pull request #34 from padok-team/issue-32/update-tfswitch-version
Browse files Browse the repository at this point in the history
feat(terraform-quality): update tfswitch version
  • Loading branch information
dixneuf19 authored May 7, 2024
2 parents 465a7ed + 8f900ea commit cca0780
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 cca0780

Please sign in to comment.