Skip to content

Commit

Permalink
Update .github/workflows/ci-infra.yml to use actions/setup-terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 3, 2025
1 parent abc854e commit 6345417
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions templates/base/.github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.8.3
terraform_wrapper: false
- uses: ./.github/actions/setup-terraform
- name: Run infra-lint-terraform
run: |
echo "If this fails, run 'make infra-format'"
Expand All @@ -54,10 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.8.3
terraform_wrapper: false
- uses: ./.github/actions/setup-terraform
- name: Validate
run: make infra-validate-modules
check-compliance-with-checkov:
Expand Down

0 comments on commit 6345417

Please sign in to comment.