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 6b80608 commit a83c692Copy full SHA for a83c692
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_name="$(aws sts get-caller-identity --query Account --output text)"
+ aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
30
31
service_name=$(FULLY_QUALIFIED_SERVICE_NAME)
32
@@ -40,7 +40,7 @@ steps:
40
41
make init
42
export BUCKET_NAME=immunisation-prod-terraform-state-files
43
- make plan aws_account_name=${aws_account_name} environment=$workspace
+ make plan aws_account_name=prod environment=$workspace
44
fi
45
displayName: Plan Terraform
46
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
0 commit comments