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 6606deb commit 7b8a6ddCopy full SHA for 7b8a6dd
azure/azure-pr-teardown-pipeline.yml
@@ -83,6 +83,7 @@ jobs:
83
export ENVIRONMENT="dev"
84
export SUB_ENVIRONMENT="$WORKSPACE"
85
86
+ cd terraform
87
terraform workspace new "$SUB_ENVIRONMENT" || terraform workspace select "$SUB_ENVIRONMENT"
88
make destroy aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
89
displayName: Destroy terraform PR workspace and linked resources
0 commit comments