We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8102390 commit 15787f8Copy full SHA for 15787f8
.circleci/config.yml
@@ -74,6 +74,10 @@ jobs:
74
curl -L https://github.com/ovotech/cloud-key-rotator/releases/download/v${VERSION}/${TARGET_FILE} -O
75
pip3 install awscli
76
aws s3 cp $TARGET_FILE s3://ckr-terraform-module-code --acl public-read
77
+ # publish source to bucket in ap-southeast-2 so cloud-key-rotator can be used in that region
78
+ export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID_PROD_ENG
79
+ export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY_PROD_ENG
80
+ aws s3 cp $TARGET_FILE s3://ckr-terraform-module-code-ap-southeast-2 --acl public-read
81
tf_check_aws:
82
executor: terraform/default
83
steps:
0 commit comments