Skip to content

Commit

Permalink
destroy true
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 22, 2020
1 parent 6c2f069 commit b84d639
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 @@ -56,7 +56,7 @@ resource "aws_s3_bucket" "this" {
}

lifecycle {
prevent_destroy = true
prevent_destroy = false
}

tags = merge(
Expand Down

0 comments on commit b84d639

Please sign in to comment.