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/multi-runner/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ module "multi-runner" {
125
125
| <aname="input_associate_public_ipv4_address"></a> [associate\_public\_ipv4\_address](#input\_associate\_public\_ipv4\_address)| Associate public IPv4 with the runner. Only tested with IPv4 |`bool`|`false`| no |
126
126
| <aname="input_aws_partition"></a> [aws\_partition](#input\_aws\_partition)| (optiona) partition in the arn namespace to use if not 'aws' |`string`|`"aws"`| no |
| <a name="input_cleanup_org_runners"></a> [cleanup\_org\_runners](#input\_cleanup\_org\_runners) | Configuration for the cleanup lambda function that will clean up runners for the GitHub org.<br/><br/> `schedule_expression`: is used to configure the schedule for the lambda.<br/> `state`: state of the cloudwatch event rule. Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.<br/> `lambda_memory_size`: lambda memery size limit.<br/> `lambda_timeout`: timeout for the lambda in seconds.<br/> `config`: configuration for the lambda function.<br/> - `githubOrgOwner` (required if enabled): The GitHub org name to clean up runners for. | <pre>object({<br/> schedule_expression = optional(string, "rate(1 day)")<br/> state = optional(string, "DISABLED")<br/> lambda_memory_size = optional(number, 512)<br/> lambda_timeout = optional(number, 30)<br/> config = object({<br/> githubOrgOwner = string<br/> })<br/> })</pre> | <pre>{<br/> "config": {<br/> "githubOrgOwner": ""<br/> }<br/>}</pre> | no |
128
129
| <aname="input_cloudwatch_config"></a> [cloudwatch\_config](#input\_cloudwatch\_config)| (optional) Replaces the module default cloudwatch log config. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html for details. |`string`|`null`| no |
129
130
| <aname="input_enable_ami_housekeeper"></a> [enable\_ami\_housekeeper](#input\_enable\_ami\_housekeeper)| Option to disable the lambda to clean up old AMIs. |`bool`|`false`| no |
130
131
| <aname="input_enable_managed_runner_security_group"></a> [enable\_managed\_runner\_security\_group](#input\_enable\_managed\_runner\_security\_group)| Enabling the default managed security group creation. Unmanaged security groups can be specified via `runner_additional_security_group_ids`. |`bool`|`true`| no |
| <aname="input_aws_partition"></a> [aws\_partition](#input\_aws\_partition)| (optional) partition for the base arn if not 'aws' |`string`|`"aws"`| no |
| <a name="input_cleanup_org_runners"></a> [cleanup\_org\_runners](#input\_cleanup\_org\_runners) | Configuration for the cleanup lambda function that will clean up runners for the GitHub org.<br/><br/> `schedule_expression`: is used to configure the schedule for the lambda.<br/> `state`: state of the cloudwatch event rule. Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.<br/> `lambda_memory_size`: lambda memery size limit.<br/> `lambda_timeout`: timeout for the lambda in seconds.<br/> `config`: configuration for the lambda function.<br/> - `githubOrgOwner` (required if enabled): The GitHub org name to clean up runners for. | <pre>object({<br/> schedule_expression = optional(string, "rate(1 day)")<br/> state = optional(string, "DISABLED")<br/> lambda_memory_size = optional(number, 512)<br/> lambda_timeout = optional(number, 30)<br/> config = object({<br/> githubOrgOwner = string<br/> })<br/> })</pre> | <pre>{<br/> "config": {<br/> "githubOrgOwner": ""<br/> }<br/>}</pre> | no |
143
154
| <aname="input_cloudwatch_config"></a> [cloudwatch\_config](#input\_cloudwatch\_config)| (optional) Replaces the module default cloudwatch log config. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html for details. |`string`|`null`| no |
144
155
| <aname="input_create_service_linked_role_spot"></a> [create\_service\_linked\_role\_spot](#input\_create\_service\_linked\_role\_spot)| (optional) create the service linked role for spot instances that is required by the scale-up lambda. |`bool`|`false`| no |
145
156
| <aname="input_credit_specification"></a> [credit\_specification](#input\_credit\_specification)| The credit option for CPU usage of a T instance. Can be unset, "standard" or "unlimited". |`string`|`null`| no |
0 commit comments