Skip to content

Commit 91a86e1

Browse files
feat: add preemptive_mode option passthrough on docker_autoscaler (#1344)
1 parent 7055077 commit 91a86e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ variable "runner_worker_docker_autoscaler_autoscaling_options" {
11641164
idle_time = optional(string)
11651165
scale_factor = optional(number)
11661166
scale_factor_limit = optional(number, 0)
1167+
preemptive_mode = optional(bool)
11671168
}))
11681169
default = []
11691170
}

0 commit comments

Comments
 (0)