We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e67e60 commit 851b29cCopy full SHA for 851b29c
.github/workflows/terraform-multi.yaml
@@ -77,6 +77,10 @@ jobs:
77
# with:
78
# terraform_version: 1.6.6
79
80
+ - name: Setup Terraform
81
+ uses: hashicorp/setup-terraform@v2
82
+ with:
83
+ terraform_version: 1.6.6
84
85
- name: Terraform Init (remote backend)
86
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