Skip to content

Commit

Permalink
tests/cloudwatch: update to aws_s3_bucket_acl
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Feb 9, 2022
1 parent 46bf549 commit 01f0167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/service/cloudwatch/metric_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ EOF
resource "aws_s3_bucket" "bucket" {
bucket = %[1]q
}
resource "aws_s3_bucket_acl" "bucket_acl" {
bucket = aws_s3_bucket.bucket.id
acl = "private"
}
Expand Down

0 comments on commit 01f0167

Please sign in to comment.