diff --git a/variables.tf b/variables.tf index 7514849..c010c78 100644 --- a/variables.tf +++ b/variables.tf @@ -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 }