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 74612e5 commit 6b80608Copy full SHA for 6b80608
azure/templates/post-prod-deploy.yml
@@ -26,7 +26,7 @@ steps:
26
set -e
27
if ! [[ $APIGEE_ENVIRONMENT =~ .*-*sandbox ]]; then
28
export AWS_PROFILE=apim-dev
29
- aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
+ aws_account_name="$(aws sts get-caller-identity --query Account --output text)"
30
31
service_name=$(FULLY_QUALIFIED_SERVICE_NAME)
32
@@ -39,7 +39,8 @@ steps:
39
cd terraform
40
41
make init
42
- make plan aws_account_no=${aws_account_no} environment=$workspace
+ export BUCKET_NAME=immunisation-prod-terraform-state-files
43
+ make plan aws_account_name=${aws_account_name} environment=$workspace
44
fi
45
displayName: Plan Terraform
46
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
0 commit comments