Skip to content

Commit

Permalink
Use terraform version wrapper action
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnegold committed Jan 24, 2025
1 parent c125ccb commit 380deae
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.10.5
terraform_wrapper: false
- name: Set up Terraform
uses: ./.github/actions/setup-terraform
- name: Run infra-lint-terraform
run: |
echo "If this fails, run 'make infra-format'"
Expand All @@ -54,10 +52,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.10.5
terraform_wrapper: false
- name: Set up Terraform
uses: ./.github/actions/setup-terraform
- name: Validate
run: make infra-validate-modules
check-compliance-with-checkov:
Expand Down

0 comments on commit 380deae

Please sign in to comment.