Skip to content

Commit

Permalink
Add force_destroy to s3_bucket resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilturek committed Feb 6, 2022
1 parent 0a43e9d commit 6f46f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/imagebuilder/container_recipe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ func testAccContainerDockerfileTemplateURIConfig(rName string) string {
testAccContainerRecipeBaseConfig(rName),
fmt.Sprintf(`
resource "aws_s3_bucket" "test" {
bucket = %[1]q
bucket = %[1]q
force_destroy = true
}
resource "aws_s3_object" "test" {
Expand Down

0 comments on commit 6f46f79

Please sign in to comment.