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 59a6e97 commit 2ea8d30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ resource "aws_s3_bucket_acl" "tfstate" {
# count = var.bucket_owner == "BucketOwnerEnforced" ? 0 : 1
count = 0
bucket = aws_s3_bucket.tfstate.id
acl = "private"
# acl = "private"
}

#---
Expand All @@ -187,5 +187,3 @@ resource "aws_kms_alias" "tfstate_key" {
name = "alias/${var.kms_tfstate_key}"
target_key_id = aws_kms_key.tfstate_key.key_id
}


0 comments on commit 2ea8d30

Please sign in to comment.