Skip to content

Commit

Permalink
convert force_destry to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 26, 2020
1 parent 0109b00 commit 8d275b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variable "allowed_endpoints" {
}

variable "force_destroy" {
description = "Protect or delete bucket"
type = string
default = "false"
description = "Sets both force_destroy and lifecycle prevent_destroy accordingly to allow the bucket and contents to be deleted. The deletion may take a very long time""Protect or delete bucket"
type = bool
default = false
}

0 comments on commit 8d275b7

Please sign in to comment.