Skip to content

Commit

Permalink
Update boundary policy name (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Jun 14, 2023
1 parent ebb1309 commit 6f1b34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env_production
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SUBNET_TAGNAME="IMPACT-GHG-Center-Prod-Priv-Subnet*"
STATE_BUCKET_NAME=${PREFIX}-tf-shared-state
STATE_BUCKET_KEY=ghgc-mwaa/${PREFIX}-mwaa/terraform.tfstate
STATE_DYNAMO_TABLE=${PREFIX}-shared-state-mwaa-lock-state
IAM_ROLE_PERMISSIONS_BOUNDARY=arn:aws:iam::${AWS_ACCOUNT_ID}:policy/mcp-tenantOperator
IAM_ROLE_PERMISSIONS_BOUNDARY=arn:aws:iam::${AWS_ACCOUNT_ID}:policy/mcp-tenantOperator-APIG
2 changes: 1 addition & 1 deletion .env_staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SUBNET_TAGNAME="IMPACT-GHG-Center-Test-Priv-Subnet*"
STATE_BUCKET_NAME=${PREFIX}-tf-state-shared
STATE_BUCKET_KEY=ghgc-mwaa/${PREFIX}-mwaa/terraform.tfstate
STATE_DYNAMO_TABLE=${PREFIX}-shared-state-mwaa-lock-state
IAM_ROLE_PERMISSIONS_BOUNDARY=arn:aws:iam::${AWS_ACCOUNT_ID}:policy/mcp-tenantOperator
IAM_ROLE_PERMISSIONS_BOUNDARY=arn:aws:iam::${AWS_ACCOUNT_ID}:policy/mcp-tenantOperator-APIG

0 comments on commit 6f1b34a

Please sign in to comment.