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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,12 @@ variable "target_group_arns" {
94
94
type="list"
95
95
description="List of target groups for ASG to register"
96
96
}
97
+
variable"autoscaling_health_check_grace_period" {
98
+
default=300
99
+
description="The length of time that Auto Scaling waits before checking an instance's health status. The grace period begins when an instance comes into service"
100
+
}
101
+
102
+
variable"autoscaling_default_cooldown" {
103
+
default=300
104
+
description="The amount of time, in seconds, after a scaling activity completes before another scaling activity can start"
0 commit comments