@@ -74,7 +74,6 @@ module "gitlab-runner" {
7474
7575All variables and defaults:
7676
77-
7877| Name | Description | Type | Default | Required |
7978| ------| -------------| :----:| :-----:| :-----:|
8079| amazon_optimized_amis | AMI map per region-zone for the gitlab-runner instance AMI. | map | ` <map> ` | no |
@@ -94,8 +93,14 @@ All variables and defaults:
9493| runners_idle_count | Idle count of the runners, will be used in the runner config.toml | string | ` 0 ` | no |
9594| runners_idle_time | Idle time of the runners, will be used in the runner config.toml | string | ` 600 ` | no |
9695| runners_limit | Limit for the runners, will be used in the runner config.toml | string | ` 0 ` | no |
96+ | runners_monitoring | Enable detailed cloudwatch monitoring for spot instances. | string | ` false ` | no |
9797| runners_name | Name of the runner, will be used in the runner config.toml | string | - | yes |
98+ | runners_off_peak_idle_count | Off peak idle count of the runners, will be used in the runner config.toml. | string | ` 0 ` | no |
99+ | runners_off_peak_idle_time | Off peak idle time of the runners, will be used in the runner config.toml. | string | ` 0 ` | no |
100+ | runners_off_peak_periods | Off peak periods of the runners, will be used in the runner config.toml. | string | `` | no |
101+ | runners_off_peak_timezone | Off peak idle time zone of the runners, will be used in the runner config.toml. | string | `` | no |
98102| runners_privilled | Runners will run in privilled mode, will be used in the runner config.toml | string | ` true ` | no |
103+ | runners_root_size | Runnner instance root size in GB. | string | ` 16 ` | no |
99104| runners_token | Token for the runner, will be used in the runner config.toml | string | - | yes |
100105| ssh_public_key | Public SSH key used for the gitlab-runner ec2 instance. | string | - | yes |
101106| subnet_id_gitlab_runner | Subnet used for hosting the gitlab-runner. | string | - | yes |
0 commit comments