From 9aa3d649f6de6d98d8074a570ba4486709c3674b Mon Sep 17 00:00:00 2001 From: ashle001 Date: Mon, 26 Oct 2020 10:13:22 -0400 Subject: [PATCH] fix lifecycle --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 8bb28ad..58a6c06 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" + description = "Sets force_destroy to allow the bucket and contents to be deleted. The deletion may take a very long time" type = bool default = false }