File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ updates:
6060 - " /redis_sync"
6161 - " /lambdas/id_sync"
6262 - " /lambdas/shared"
63+ - " /mns_subscription"
6364 schedule :
6465 interval : " daily"
6566 open-pull-requests-limit : 1
Original file line number Diff line number Diff line change 5454 cd terraform
5555 make init
5656
57+ make workspace sub_environment="$WORKSPACE"
58+
5759 # Extract values from Terraform state before destroying
5860 ID_SYNC_QUEUE_ARN=$(make -s output name=id_sync_queue_arn)
5961 echo "##vso[task.setvariable variable=ID_SYNC_QUEUE_ARN]$ID_SYNC_QUEUE_ARN"
8486 export SUB_ENVIRONMENT="$WORKSPACE"
8587
8688 cd terraform
87- terraform workspace new "$SUB_ENVIRONMENT" || terraform workspace select "$SUB_ENVIRONMENT"
89+ make workspace sub_environment= "$SUB_ENVIRONMENT"
8890 make destroy aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
8991 displayName: Destroy terraform PR workspace and linked resources
9092 retryCountOnTaskFailure: 2
You can’t perform that action at this time.
0 commit comments