Skip to content

Commit

Permalink
use alternative GH action to install terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk-tbot committed Jul 27, 2022
1 parent 1626e49 commit fc42191
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Install Terraform
uses: little-core-labs/[email protected]
with:
version: 1.2.6

- name: Validate
run: make all/validate
Expand All @@ -51,8 +53,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
- name: Install Terraform
uses: little-core-labs/[email protected]
with:
version: 1.2.6

- name: Setup TFLint
uses: terraform-linters/setup-tflint@v1
Expand Down

0 comments on commit fc42191

Please sign in to comment.