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 6ab6746 commit a83260fCopy full SHA for a83260f
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 $(WORKSPACE)
61
- make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
+ 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