Skip to content

Commit

Permalink
prevent_destroy=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 14, 2020
1 parent 4029f0c commit 92da786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ resource "aws_s3_bucket" "this" {
}

lifecycle {
prevent_destroy = true
#prevent_destroy = true
prevent_destroy = false
}

tags = merge(
Expand Down

0 comments on commit 92da786

Please sign in to comment.