Skip to content

Commit

Permalink
set prevent_destroy to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 26, 2020
1 parent 5a32651 commit 5f90480
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 @@ -74,7 +74,7 @@ resource "aws_s3_bucket" "this" {
}

lifecycle {
prevent_destroy = var.force_destroy
prevent_destroy = false
}

tags = merge(
Expand Down

0 comments on commit 5f90480

Please sign in to comment.