Skip to content

Commit 1ef7885

Browse files
author
Cris Daniluk
committed
Updated ACLs to allow access logging back to the state bucket
1 parent e91ab8f commit 1ef7885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
resource "aws_s3_bucket" "config_bucket" {
23
bucket = "${var.bucket}"
3-
acl = "private"
4+
acl = "log-delivery-write"
45

56
tags = "${merge(
67
local.common_tags,

0 commit comments

Comments
 (0)