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
| Name | Description | Type | Default | Required |
@@ -332,8 +364,8 @@ terraform destroy
332
364
| runners\_max\_builds | Max builds for each runner after which it will be removed, will be used in the runner config.toml. By default set to 0, no maxBuilds will be set in the configuration. |`number`|`0`| no |
333
365
| runners\_monitoring | Enable detailed cloudwatch monitoring for spot instances. |`bool`|`false`| no |
334
366
| runners\_name | Name of the runner, will be used in the runner config.toml. |`string`| n/a | yes |
335
-
| runners\_off\_peak\_idle\_count | Deprecated, please use `runners_machine_autoscaling`. Off peak idle count of the runners, will be used in the runner config.toml. |`string`|`-1`| no |
336
-
| runners\_off\_peak\_idle\_time | Deprecated, please use `runners_machine_autoscaling`. Off peak idle time of the runners, will be used in the runner config.toml. |`string`|`-1`| no |
367
+
| runners\_off\_peak\_idle\_count | Deprecated, please use `runners_machine_autoscaling`. Off peak idle count of the runners, will be used in the runner config.toml. |`number`|`-1`| no |
368
+
| runners\_off\_peak\_idle\_time | Deprecated, please use `runners_machine_autoscaling`. Off peak idle time of the runners, will be used in the runner config.toml. |`number`|`-1`| no |
337
369
| runners\_off\_peak\_periods | Deprecated, please use `runners_machine_autoscaling`. Off peak periods of the runners, will be used in the runner config.toml. |`string`|`null`| no |
338
370
| runners\_off\_peak\_timezone | Deprecated, please use `runners_machine_autoscaling`. Off peak idle time zone of the runners, will be used in the runner config.toml. |`string`|`null`| no |
339
371
| runners\_output\_limit | Sets the maximum build log size in kilobytes, by default set to 4096 (4MB) |`number`|`4096`| no |
@@ -374,7 +406,6 @@ terraform destroy
374
406
| runner\_role\_arn | ARN of the role used for the docker machine runners. |
375
407
| runner\_role\_name | Name of the role used for the docker machine runners. |
376
408
| runner\_sg\_id | ID of the security group attached to the docker machine runners. |
377
-
378
409
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
379
410
380
411
## Contributors ✨
@@ -385,4 +416,4 @@ This project exists thanks to all the people who contribute.
0 commit comments