Skip to content

Commit 6332004

Browse files
committed
Code Update
1 parent 6f64fb3 commit 6332004

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,15 @@ jobs:
160160
run:
161161
working-directory: infra
162162
steps:
163+
164+
- name: Checkout
165+
uses: actions/checkout@v5.0.0 # 👈 ADD THIS
166+
167+
- name: Setup Terraform
168+
uses: hashicorp/setup-terraform@v2
169+
with:
170+
terraform_version: 1.6.6 # 👈 same version as init job
171+
163172
- name: Terraform validate
164173
run: terraform validate
165174

0 commit comments

Comments
 (0)