Skip to content

Commit

Permalink
Fix Dev Account ID for deploying the Terratest resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Oct 26, 2021
1 parent b86550c commit 3512d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
aws configure set output json
# AWS network awscli profile
aws configure set role_arn arn:aws:iam::$AWS_ACCOUNT_ID_NETWORK:role/DeployMaster --profile $AWS_PROFILE_NAME
aws configure set role_arn arn:aws:iam::$AWS_ACCOUNT_ID_DEV:role/DeployMaster --profile $AWS_PROFILE_NAME
aws configure set source_profile default --profile $AWS_PROFILE_NAME
# moving credentials to specific project folder
Expand Down

0 comments on commit 3512d6f

Please sign in to comment.