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 8d275b7 commit 5c21508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "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"
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 5c21508

Please sign in to comment.