Skip to content

Commit

Permalink
remove DENY of s3 actions blocking aws-dubbd loki (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrexrode authored Jul 18, 2023
1 parent b91de54 commit 20d074d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,7 @@ resource "aws_iam_policy" "terraform_policy" {
},
{
"Action": [
"aws-portal:*Billing",
"s3:PutBucketPublicAccessBlock",
"s3:PutAccountPublicAccessBlock"
"aws-portal:*Billing"
],
"Resource": "*",
"Effect": "Deny"
Expand Down

0 comments on commit 20d074d

Please sign in to comment.