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 24ae2ae commit 1594f40Copy full SHA for 1594f40
azure/azure-pr-teardown-pipeline.yml
@@ -58,6 +58,6 @@ jobs:
58
59
60
terraform workspace select "$SUB_ENVIRONMENT"
61
- make destroy aws_account_no=${account_id} environment="$SUB_ENVIRONMENT"
+ make destroy aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
62
displayName: Destroy terraform PR workspace and linked resources
63
retryCountOnTaskFailure: 2
0 commit comments