Skip to content

Commit

Permalink
r/aws_lambda_permission(test): rm unnecessary s3 bucket acl config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b authored Aug 2, 2023
1 parent 1b276df commit 051bf8a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions internal/service/lambda/permission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -953,12 +953,7 @@ resource "aws_lambda_permission" "test" {
}
resource "aws_s3_bucket" "test" {
bucket = "%s"
}
resource "aws_s3_bucket_acl" "test" {
bucket = aws_s3_bucket.test.id
acl = "private"
bucket = %[1]q
}
`, rName))
}
Expand Down

0 comments on commit 051bf8a

Please sign in to comment.