Skip to content

Commit 851b29c

Browse files
committed
Code Update
1 parent 9e67e60 commit 851b29c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
# with:
7878
# terraform_version: 1.6.6
7979

80+
- name: Setup Terraform
81+
uses: hashicorp/setup-terraform@v2
82+
with:
83+
terraform_version: 1.6.6
8084

8185
- name: Terraform Init (remote backend)
8286
run: terraform init -input=false -backend-config="resource_group_name=${{ inputs.rgname }}" -backend-config="storage_account_name=${{ inputs.saname }}" -backend-config="container_name=${{ inputs.scname }}" -backend-config="key=${{ inputs.key }}"

0 commit comments

Comments
 (0)