Skip to content

Commit

Permalink
update log delivery example with working ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinprogrammer authored May 18, 2021
1 parent c15b592 commit 324bc1a
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 324bc1a

Please sign in to comment.