Skip to content

Commit

Permalink
Merge pull request #48 from trussworks/aws-updates
Browse files Browse the repository at this point in the history
fix: update resources that cannot be limited by region
  • Loading branch information
sheenamt authored Mar 1, 2024
2 parents 4538297 + fe6eeb2 commit bceeb69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ data "aws_iam_policy_document" "combined_policy_block" {
# https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_examples_general.html
not_actions = [
"a4b:*",
"access-analyzer:*",
"acm:*",
"aws-marketplace-management:*",
"aws-marketplace:*",
Expand All @@ -258,8 +257,12 @@ data "aws_iam_policy_document" "combined_policy_block" {
"pricing:*",
"route53:*",
"route53domains:*",
"route53-recovery-cluster:*",
"route53-recovery-control-config:*",
"route53-recovery-readiness:*",
"s3:GetAccountPublic*",
"s3:ListAllMyBuckets",
"s3:ListMultiRegionAccessPoints",
"s3:PutAccountPublic*",
"shield:*",
"sts:*",
Expand Down

0 comments on commit bceeb69

Please sign in to comment.