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: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ Made with [contributors-img](https://contrib.rocks).
431
431
| <aname="input_gitlab_runner_registration_config"></a> [gitlab\_runner\_registration\_config](#input\_gitlab\_runner\_registration\_config)| Configuration used to register the runner. See the README for an example, or reference the examples in the examples directory of this repo. |`map(string)`| <pre>{<br> "access_level": "",<br> "description": "",<br> "locked_to_project": "",<br> "maximum_timeout": "",<br> "registration_token": "",<br> "run_untagged": "",<br> "tag_list": ""<br>}</pre> | no |
432
432
| <aname="input_gitlab_runner_security_group_description"></a> [gitlab\_runner\_security\_group\_description](#input\_gitlab\_runner\_security\_group\_description)| A description for the gitlab-runner security group |`string`|`"A security group containing gitlab-runner agent instances"`| no |
433
433
| <aname="input_gitlab_runner_security_group_ids"></a> [gitlab\_runner\_security\_group\_ids](#input\_gitlab\_runner\_security\_group\_ids)| A list of security group ids that are allowed to access the gitlab runner agent |`list(string)`|`[]`| no |
434
-
| <aname="input_gitlab_runner_version"></a> [gitlab\_runner\_version](#input\_gitlab\_runner\_version)| Version of the [GitLab runner](https://gitlab.com/gitlab-org/gitlab-runner/-/releases). |`string`|`"14.8.3"`| no |
434
+
| <aname="input_gitlab_runner_version"></a> [gitlab\_runner\_version](#input\_gitlab\_runner\_version)| Version of the [GitLab runner](https://gitlab.com/gitlab-org/gitlab-runner/-/releases). |`string`|`"15.3.0"`| no |
435
435
| <aname="input_instance_role_json"></a> [instance\_role\_json](#input\_instance\_role\_json)| Default runner instance override policy, expected to be in JSON format. |`string`|`""`| no |
436
436
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| Instance type used for the GitLab runner. |`string`|`"t3.micro"`| no |
437
437
| <aname="input_kms_alias_name"></a> [kms\_alias\_name](#input\_kms\_alias\_name)| Alias added to the kms\_key (if created and not provided by kms\_key\_id) |`string`|`""`| no |
@@ -464,6 +464,7 @@ Made with [contributors-img](https://contrib.rocks).
464
464
| <aname="input_runners_ebs_optimized"></a> [runners\_ebs\_optimized](#input\_runners\_ebs\_optimized)| Enable runners to be EBS-optimized. |`bool`|`true`| no |
465
465
| <aname="input_runners_environment_vars"></a> [runners\_environment\_vars](#input\_runners\_environment\_vars)| Environment variables during build execution, e.g. KEY=Value, see runner-public example. Will be used in the runner config.toml |`list(string)`|`[]`| no |
466
466
| <aname="input_runners_executor"></a> [runners\_executor](#input\_runners\_executor)| The executor to use. Currently supports `docker+machine` or `docker`. |`string`|`"docker+machine"`| no |
467
+
| <aname="input_runners_extra_hosts"></a> [runners\_extra\_hosts](#input\_runners\_extra\_hosts)| Extra hosts that will be used in the runner config.toml, e.g other-host:127.0.0.1 |`list(any)`|`[]`| no |
467
468
| <aname="input_runners_gitlab_url"></a> [runners\_gitlab\_url](#input\_runners\_gitlab\_url)| URL of the GitLab instance to connect to. |`string`| n/a | yes |
468
469
| <aname="input_runners_helper_image"></a> [runners\_helper\_image](#input\_runners\_helper\_image)| Overrides the default helper image used to clone repos and upload artifacts, will be used in the runner config.toml |`string`|`""`| no |
469
470
| <aname="input_runners_iam_instance_profile_name"></a> [runners\_iam\_instance\_profile\_name](#input\_runners\_iam\_instance\_profile\_name)| IAM instance profile name of the runners, will be used in the runner config.toml |`string`|`""`| no |
0 commit comments