Skip to content

Commit 55c805a

Browse files
docs: auto update terraform docs
1 parent 4240043 commit 55c805a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

modules/multi-runner/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,23 +102,23 @@ module "multi-runner" {
102102
## Requirements
103103

104104
| Name | Version |
105-
| ---- | ------- |
105+
|------|---------|
106106
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4 |
107107
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
108108
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
109109

110110
## Providers
111111

112112
| Name | Version |
113-
| ---- | ------- |
113+
|------|---------|
114114
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.63.0 |
115115
| <a name="provider_random"></a> [random](#provider\_random) | 3.9.0 |
116116
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
117117

118118
## Modules
119119

120120
| Name | Source | Version |
121-
| ---- | ------ | ------- |
121+
|------|--------|---------|
122122
| <a name="module_ami_housekeeper"></a> [ami\_housekeeper](#module\_ami\_housekeeper) | ../ami-housekeeper | n/a |
123123
| <a name="module_instance_termination_watcher"></a> [instance\_termination\_watcher](#module\_instance\_termination\_watcher) | ../termination-watcher | n/a |
124124
| <a name="module_runner_binaries"></a> [runner\_binaries](#module\_runner\_binaries) | ../runner-binaries-syncer | n/a |
@@ -130,7 +130,7 @@ module "multi-runner" {
130130
## Resources
131131

132132
| Name | Type |
133-
| ---- | ---- |
133+
|------|------|
134134
| [aws_sqs_queue.queued_builds](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue) | resource |
135135
| [aws_sqs_queue.queued_builds_dlq](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue) | resource |
136136
| [aws_sqs_queue_policy.build_queue_dlq_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue_policy) | resource |
@@ -143,7 +143,7 @@ module "multi-runner" {
143143
## Inputs
144144

145145
| Name | Description | Type | Default | Required |
146-
| ---- | ----------- | ---- | ------- | :------: |
146+
|------|-------------|------|---------|:--------:|
147147
| <a name="input_additional_github_apps"></a> [additional\_github\_apps](#input\_additional\_github\_apps) | Additional GitHub Apps for random API rate limit distribution.<br/><br/>The primary app (var.github\_app) is always included and is the one whose<br/>webhook secret is used for incoming webhook signature validation. Only the<br/>primary app needs a webhook configured in GitHub.<br/><br/>Additional apps listed here are used exclusively by the control-plane<br/>lambdas (scale-up, scale-down, pool, job-retry) which randomly select an<br/>app for each GitHub API call. Each additional app must be installed on the<br/>same repositories/organizations as the primary app. | <pre>list(object({<br/> key_base64 = optional(string)<br/> key_base64_ssm = optional(object({ arn = string, name = string }))<br/> id = optional(string)<br/> id_ssm = optional(object({ arn = string, name = string }))<br/> installation_id = optional(string)<br/> installation_id_ssm = optional(object({ arn = string, name = string }))<br/> }))</pre> | `[]` | no |
148148
| <a name="input_ami_housekeeper_cleanup_config"></a> [ami\_housekeeper\_cleanup\_config](#input\_ami\_housekeeper\_cleanup\_config) | Configuration for AMI cleanup. | <pre>object({<br/> maxItems = optional(number)<br/> minimumDaysOld = optional(number)<br/> amiFilters = optional(list(object({<br/> Name = string<br/> Values = list(string)<br/> })))<br/> launchTemplateNames = optional(list(string))<br/> ssmParameterNames = optional(list(string))<br/> dryRun = optional(bool)<br/> })</pre> | `{}` | no |
149149
| <a name="input_ami_housekeeper_lambda_memory_size"></a> [ami\_housekeeper\_lambda\_memory\_size](#input\_ami\_housekeeper\_lambda\_memory\_size) | Memory size limit in MB of the lambda. | `number` | `256` | no |
@@ -235,7 +235,7 @@ module "multi-runner" {
235235
## Outputs
236236

237237
| Name | Description |
238-
| ---- | ----------- |
238+
|------|-------------|
239239
| <a name="output_binaries_syncer_map"></a> [binaries\_syncer\_map](#output\_binaries\_syncer\_map) | n/a |
240240
| <a name="output_instance_termination_handler"></a> [instance\_termination\_handler](#output\_instance\_termination\_handler) | n/a |
241241
| <a name="output_instance_termination_watcher"></a> [instance\_termination\_watcher](#output\_instance\_termination\_watcher) | n/a |

0 commit comments

Comments
 (0)