Skip to content

Commit 8ba90e8

Browse files
authored
Merge pull request #302 from stackhpc/fix/hashicorp-licencing
Pin Terraform in CI to MPL licenced version
2 parents ac3ca9c + 44d87c8 commit 8ba90e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Install terraform
4242
uses: hashicorp/setup-terraform@v1
43+
with:
44+
terraform: v1.5.5
4345

4446
- name: Initialise terraform
4547
run: terraform init

0 commit comments

Comments
 (0)