Skip to content

Commit 6f64fb3

Browse files
committed
Code Update
1 parent e3e880c commit 6f64fb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@ jobs:
136136
steps:
137137
- name: Checkout
138138
uses: actions/checkout@v5.0.0 # 👈 ADD THIS
139-
139+
140+
- name: Setup Terraform
141+
uses: hashicorp/setup-terraform@v2
142+
with:
143+
terraform_version: 1.6.6 # 👈 same version as init job
144+
140145
- name: Terraform fmt
141146
run: terraform fmt
142147

0 commit comments

Comments
 (0)