Skip to content

Commit

Permalink
r/aws_servicecatalog(test): rm unnecessary s3 bucket acl config (#32831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b authored Aug 2, 2023
1 parent 5d87eec commit f612794
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions internal/service/servicecatalog/constraint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ resource "aws_s3_bucket" "test" {
force_destroy = true
}
resource "aws_s3_bucket_acl" "test" {
bucket = aws_s3_bucket.test.id
acl = "private"
}
resource "aws_s3_object" "test" {
bucket = aws_s3_bucket.test.id
key = "%[1]s.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ resource "aws_s3_bucket" "test" {
force_destroy = true
}
resource "aws_s3_bucket_acl" "test" {
bucket = aws_s3_bucket.test.id
acl = "private"
}
resource "aws_s3_object" "test" {
bucket = aws_s3_bucket.test.id
key = "%[1]s.json"
Expand Down

0 comments on commit f612794

Please sign in to comment.