Skip to content

Commit 4e05002

Browse files
committed
Update with master workflows adjust
2 parents 6911010 + b4d405e commit 4e05002

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-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]

.github/workflows/time-tracker-ui-ci.yml

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

5757
- name: Setup terraform
5858
uses: hashicorp/setup-terraform@v1
59+
with:
60+
terraform_version: 1.1.9
5961

6062
- name: 'Terraform Init'
6163
id: init

0 commit comments

Comments
 (0)