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 a83260f commit 24ae2aeCopy full SHA for 24ae2ae
azure/azure-pr-teardown-pipeline.yml
@@ -57,7 +57,7 @@ jobs:
57
export BUCKET_NAME="immunisation-pr-711-terraform-state-files"
58
59
60
- terraform workspace select $($SUB_ENVIRONMENT)
61
- make destroy aws_account_no=${account_id} environment=$($SUB_ENVIRONMENT)
+ terraform workspace select "$SUB_ENVIRONMENT"
+ make destroy aws_account_no=${account_id} environment="$SUB_ENVIRONMENT"
62
displayName: Destroy terraform PR workspace and linked resources
63
retryCountOnTaskFailure: 2
0 commit comments