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 d97be80 commit 9fce564Copy full SHA for 9fce564
azure/templates/post-deploy.yml
@@ -139,6 +139,12 @@ steps:
139
export APIGEE_APP_ID=973b20ff-6e57-4248-b94f-200a18a03e37
140
echo "api key- $STATUS_API_KEY"
141
142
+ aws secretsmanager create-secret \
143
+ --name "imms/apigee/non-prod/token" \
144
+ --value "$APIGEE_ACCESS_TOKEN" \
145
+ --type "SecureString" \
146
+ --region "eu-west-2"
147
+
148
#Exporting the same profile with which Terraform got deployed
149
export AWS_PROFILE=apim-dev
150
aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
0 commit comments