Skip to content

Commit 44d87c8

Browse files
committed
pin TF in CI to MPL licenced version
1 parent e6645fd commit 44d87c8

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)