Skip to content

Commit

Permalink
Add Terraform install to TFLint action
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <[email protected]>
  • Loading branch information
dhoucgitter committed Jan 29, 2025
1 parent 97553cf commit f5a7956
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
path: ~/.tflint.d/plugins
key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "^1.9.8"
terraform_wrapper: false

- name: Setup TFLint
uses: terraform-linters/[email protected]
with:
Expand Down

0 comments on commit f5a7956

Please sign in to comment.