Skip to content

Commit

Permalink
set force_destroy=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 26, 2020
1 parent 62a4e33 commit 55b1a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
resource "aws_s3_bucket" "this" {
bucket = var.bucket_name
acl = "private"
force_destroy = true
force_destroy = false

server_side_encryption_configuration {
rule {
Expand Down

0 comments on commit 55b1a1d

Please sign in to comment.