Skip to content

Commit

Permalink
feature #1 - remove s3 acl
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 9213a2f commit cbd4c02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ resource "aws_s3_bucket" "sbf-sls-artifacts" {
Environment = "${var.ENV}"
}
}

resource "aws_s3_bucket_acl" "example" {
bucket = aws_s3_bucket.sbf-sls-artifacts.id
acl = "private"
}

0 comments on commit cbd4c02

Please sign in to comment.