Skip to content

Commit

Permalink
Merge pull request #19424 from flyinprogrammer/patch-1
Browse files Browse the repository at this point in the history
update log delivery example with working ACL
  • Loading branch information
ewbankkit authored May 19, 2021
2 parents b1e1a45 + 324bc1a commit d9f61f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/s3_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ resource "aws_s3_bucket" "bucket" {
grant {
type = "Group"
permissions = ["READ", "WRITE"]
permissions = ["READ_ACP", "WRITE"]
uri = "http://acs.amazonaws.com/groups/s3/LogDelivery"
}
}
Expand Down

0 comments on commit d9f61f0

Please sign in to comment.