Skip to content

Commit

Permalink
remove acl
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 6, 2022
1 parent 2ea8d30 commit fd02dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "aws_dynamodb_table" "tfstate" {
#---
resource "aws_s3_bucket" "tfstate" {
bucket = local.tfstate_bucket
acl = "private"
# acl = "private"

lifecycle {
prevent_destroy = true
Expand Down

0 comments on commit fd02dec

Please sign in to comment.