Skip to content

Commit

Permalink
Merge pull request #214 from bridgecrewio/revert-200-pzurnew
Browse files Browse the repository at this point in the history
Revert "Pzurnew"
  • Loading branch information
nimrodkor authored May 18, 2022
2 parents a0e0da1 + 4d57f83 commit 7d09b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_s3_bucket" "data" {
# bucket does not have access logs
# bucket does not have versioning
bucket = "${local.resource_prefix.value}-data"
acl = "public"
acl = "public-read"
force_destroy = true
tags = merge({
Name = "${local.resource_prefix.value}-data"
Expand Down

0 comments on commit 7d09b23

Please sign in to comment.