Skip to content

Commit 0e670e7

Browse files
committed
output files
1 parent 7b8a6dd commit 0e670e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

azure/azure-pr-teardown-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
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"
@@ -84,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)