Skip to content

Commit

Permalink
tests/mwaa: update to aws_s3_bucket_acl
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Feb 8, 2022
1 parent ffefb7d commit 720a872
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/service/mwaa/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ resource "aws_security_group" "test" {
resource "aws_s3_bucket" "test" {
bucket = %[1]q
}
resource "aws_s3_bucket_acl" "test" {
bucket = aws_s3_bucket.test.id
acl = "private"
}
Expand Down

0 comments on commit 720a872

Please sign in to comment.