Skip to content

Commit

Permalink
delete ACL Main
Browse files Browse the repository at this point in the history
  • Loading branch information
caswalker committed Nov 27, 2022
1 parent dbe1c57 commit ee43d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "aws_s3_bucket" "data" {
# bucket does not have access logs
# bucket does not have versioning
bucket = "${local.resource_prefix.value}-data"
acl = "public-read"
force_destroy = true
tags = {
Name = "${local.resource_prefix.value}-data"
Expand Down

0 comments on commit ee43d7d

Please sign in to comment.