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 1513d89 commit fb29f2dCopy full SHA for fb29f2d
azure/templates/post-deploy.yml
@@ -40,12 +40,6 @@ steps:
40
- bash: |
41
set -e
42
43
- aws ssm put-parameter \
44
- --name "imms/apigee/non-prod/token" \
45
- --value "$APIGEE_ACCESS_TOKEN" \
46
- --type "SecureString" \
47
- --region "eu-west-2"
48
-
49
if ! [[ $APIGEE_ENVIRONMENT =~ .*-*sandbox ]]; then
50
export AWS_PROFILE=apim-dev
51
aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
@@ -67,6 +61,13 @@ steps:
67
61
68
62
cd terraform
69
63
64
+
65
+ aws ssm put-parameter \
66
+ --name "imms/apigee/non-prod/token" \
+ --value "$APIGEE_ACCESS_TOKEN" \
+ --type "SecureString" \
+ --region "eu-west-2"
70
71
make init
72
make apply aws_account_no=${aws_account_no} environment=$workspace
73
0 commit comments