You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ variable "enable_logging" {
58
58
}
59
59
60
60
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."
0 commit comments