Skip to content

Commit

Permalink
Merge pull request #3436 from ighosh98/release-branch
Browse files Browse the repository at this point in the history
[Cherry Pick] Add terraform setup to github workflow config
  • Loading branch information
nick-stroud authored Dec 19, 2024
2 parents ed25c4d + 4dda16b commit 0b570bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
with:
go-version: '1.22'
check-latest: true
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"
terraform_wrapper: false
- run: make install-dev-deps
- uses: terraform-linters/setup-tflint@v4
with:
Expand Down

0 comments on commit 0b570bc

Please sign in to comment.