Skip to content

Commit

Permalink
Remove 'aws_s3_bucket_acl' from ELB acceptance test configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jun 15, 2023
1 parent fe1f6f0 commit f77abbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/service/elb/load_balancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1263,11 +1263,6 @@ resource "aws_s3_bucket" "accesslogs_bucket" {
force_destroy = true
}
resource "aws_s3_bucket_acl" "accesslogs_bucket_acl" {
bucket = aws_s3_bucket.accesslogs_bucket.id
acl = "private"
}
resource "aws_s3_bucket_policy" "test" {
bucket = aws_s3_bucket.accesslogs_bucket.id
policy = <<EOF
Expand Down

0 comments on commit f77abbd

Please sign in to comment.