Skip to content

Commit 4830d44

Browse files
angstwadbrandonjbjelland
authored andcommitted
update force_destroy_log_bucket description (#42)
1 parent 002690d commit 4830d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "enable_logging" {
5858
}
5959

6060
variable "force_destroy_log_bucket" {
61-
description = "If set to true and if the log bucket already exists, it will be destroyed and recreated."
61+
description = "A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable."
6262
default = false
6363
}
6464

0 commit comments

Comments
 (0)