Skip to content

Commit

Permalink
Install terraform in gha tf checks (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhar authored Jan 21, 2025
1 parent af9b14b commit 1d5883c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/terraform-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.10.4"
- name: Terraform fmt
uses: pre-commit/[email protected]
with:
Expand All @@ -15,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.10.4"
- name: Install tflint
uses: nick-fields/[email protected]
with:
Expand Down Expand Up @@ -53,6 +59,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.10.4"
- name: Generate pvt key
run: >-
ssh-keygen -q -P '' -t rsa -b 4096 -m PEM -f tests/domino.pem
Expand Down

0 comments on commit 1d5883c

Please sign in to comment.