Skip to content

Commit

Permalink
r/aws_transfer_access(test): rm unnecessary s3 bucket acl config (#32834
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jar-b authored Aug 3, 2023
1 parent 4f6935f commit 2c2d532
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/service/transfer/access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,6 @@ resource "aws_s3_bucket" "test" {
bucket = %[1]q
}
resource "aws_s3_bucket_acl" "test" {
bucket = aws_s3_bucket.test.id
acl = "private"
}
resource "aws_iam_role_policy" "test" {
name = %[1]q
role = aws_iam_role.test.id
Expand Down

0 comments on commit 2c2d532

Please sign in to comment.