Skip to content

Commit bac6871

Browse files
authored
Merge pull request #9 from chris-qa-org/fix-cloudfront-logs-bucket-acl
Fix cloudfront logs bucket ACL
2 parents a3c1605 + eba8b47 commit bac6871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3-logs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "aws_s3_bucket_acl" "cloudfront_logs" {
4040
id = "c4c1ede66af53448b93c283ce9448c4ba468c9432aa01d700d3878632f77d2d0"
4141
type = "CanonicalUser"
4242
}
43-
permission = "WRITE"
43+
permission = "FULL_CONTROL"
4444
}
4545
owner {
4646
id = data.aws_canonical_user_id.current.id

0 commit comments

Comments
 (0)