Skip to content

Commit

Permalink
fix: Update log delivery policy to add s3:ListBucket action (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
theipster authored Jul 19, 2023
1 parent f1b6c7b commit af0a28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ data "aws_iam_policy_document" "lb_log_delivery" {

actions = [
"s3:GetBucketAcl",
"s3:ListBucket",
]

resources = [
Expand Down

0 comments on commit af0a28d

Please sign in to comment.