File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
.azuredevops/workflows/steps Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ parameters:
7373
7474 - name : TerraformInitExtraArgs
7575 type : string
76- default : ' [] '
77- # [
78- # "-backend-config=subscription_id=$(TF_VAR_ARM_BACKEND_SUBSCRIPTION_ID)",
79- # "-backend-config=resource_group_name=$(TF_VAR_ARM_BACKEND_STORAGE_RG_NAME)",
80- # "-backend-config=storage_account_name=$(TF_VAR_ARM_BACKEND_STORAGE_ACCOUNT)",
81- # "-backend-config=container_name=$(TF_VAR_ARM_BACKEND_CONTAINER_NAME)"
82- # ]
76+ default : >
77+ [
78+ "-backend-config=subscription_id=$(TF_VAR_ARM_BACKEND_SUBSCRIPTION_ID)",
79+ "-backend-config=resource_group_name=$(TF_VAR_ARM_BACKEND_STORAGE_RG_NAME)",
80+ "-backend-config=storage_account_name=$(TF_VAR_ARM_BACKEND_STORAGE_ACCOUNT)",
81+ "-backend-config=container_name=$(TF_VAR_ARM_BACKEND_CONTAINER_NAME)"
82+ ]
8383 displayName : ' Extra Args for terraform init'
8484
8585
You can’t perform that action at this time.
0 commit comments