Skip to content

Commit

Permalink
chore: Add Terraform install test
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <David.Houck@sas.com>
  • Loading branch information
dhoucgitter committed Jan 16, 2025
1 parent 00d33fd commit 6938c92
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 @@ -46,6 +46,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/setup-tflint@v3.0.0
with:
Expand Down

0 comments on commit 6938c92

Please sign in to comment.