Skip to content

Commit b4d405e

Browse files
committed
TT-xx: Freezing terraform version
1 parent 89d8715 commit b4d405e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/time-tracker-ui-cd-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
4040
- name: Setup terraform
4141
uses: hashicorp/setup-terraform@v1
42+
with:
43+
terraform_version: 1.1.9
4244

4345
- name: Authenticate with the TF modules repository
4446
uses: webfactory/[email protected]

.github/workflows/time-tracker-ui-cd-stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
3939
- name: Setup terraform
4040
uses: hashicorp/setup-terraform@v1
41+
with:
42+
terraform_version: 1.1.9
4143

4244
- name: Authenticate with the TF modules repository
4345
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)