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: modules/runners/variables.tf
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -561,16 +561,18 @@ variable "pool_config" {
561
561
}
562
562
563
563
variable"standby_pool_config" {
564
-
description="Configuration for the standby pool. Instances in the standby pool are stopped instead of terminated, allowing faster scale-up. The `size` specifies how many stopped instances to maintain. The `idle_time_minutes` specifies how long an idle runner should wait before being moved to standby (0 means immediate). Stopped instances only incur EBS storage costs."
564
+
description="Configuration for the standby pool. Instances in the standby pool are stopped instead of terminated, allowing faster scale-up. The `size` specifies how many stopped instances to maintain. The `idle_time_minutes` specifies how long an idle runner should wait before being moved to standby (0 means immediate). The `max_age_hours` specifies the maximum age of stopped instances before they are terminated (default 168 hours = 7 days). Stopped instances only incur EBS storage costs."
0 commit comments