Skip to content

Commit

Permalink
Merge pull request #23066 from hashicorp/td-cloudwatch-s3-bucket-acl-…
Browse files Browse the repository at this point in the history
…tests

tests/cloudwatch: update to `aws_s3_bucket_acl`
  • Loading branch information
anGie44 authored Feb 9, 2022
2 parents 8d6104d + 01f0167 commit 49c783d
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 49c783d

Please sign in to comment.