Skip to content

Commit af0a28d

Browse files
authored
fix: Update log delivery policy to add s3:ListBucket action (#245)
1 parent f1b6c7b commit af0a28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ data "aws_iam_policy_document" "lb_log_delivery" {
661661

662662
actions = [
663663
"s3:GetBucketAcl",
664+
"s3:ListBucket",
664665
]
665666

666667
resources = [

0 commit comments

Comments
 (0)