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
@@ -399,7 +399,7 @@ variable "acm_details" {
399
399
}
400
400
variable"acm_lifecycle" {
401
401
type=bool
402
-
default=false
402
+
default=true
403
403
description="Enables AWS ACM lifecycle management, automatically removing certificates attached to CloudFront distributions when no longer needed and before destroying it."
0 commit comments