Skip to content

Commit

Permalink
Merge pull request #23034 from hashicorp/td-mwaa-s3-bucket-acl-tests
Browse files Browse the repository at this point in the history
tests/mwaa: update to `aws_s3_bucket_acl`
  • Loading branch information
anGie44 authored Feb 8, 2022
2 parents 2b51a99 + 720a872 commit 5bfb7e4
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 5bfb7e4

Please sign in to comment.