Skip to content

Commit ce5cc1c

Browse files
docs: auto update terraform docs
1 parent 6acbe4b commit ce5cc1c

9 files changed

Lines changed: 21 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ Join our discord community via [this invite link](https://discord.gg/bxgXW8jJGh)
6868
| Name | Version |
6969
|------|---------|
7070
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
71-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
71+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
7272
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
7373

7474
## Providers
7575

7676
| Name | Version |
7777
|------|---------|
78-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.21 |
78+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.33 |
7979
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.0 |
8080

8181
## Modules
@@ -189,7 +189,7 @@ Join our discord community via [this invite link](https://discord.gg/bxgXW8jJGh)
189189
| <a name="input_runner_binaries_syncer_lambda_timeout"></a> [runner\_binaries\_syncer\_lambda\_timeout](#input\_runner\_binaries\_syncer\_lambda\_timeout) | Time out of the binaries sync lambda in seconds. | `number` | `300` | no |
190190
| <a name="input_runner_binaries_syncer_lambda_zip"></a> [runner\_binaries\_syncer\_lambda\_zip](#input\_runner\_binaries\_syncer\_lambda\_zip) | File location of the binaries sync lambda zip file. | `string` | `null` | no |
191191
| <a name="input_runner_boot_time_in_minutes"></a> [runner\_boot\_time\_in\_minutes](#input\_runner\_boot\_time\_in\_minutes) | The minimum time for an EC2 runner to boot and register as a runner. | `number` | `5` | no |
192-
| <a name="input_runner_cpu_options"></a> [runner\_cpu\_options](#input\_runner\_cpu\_options) | The CPU options for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#cpu-options for details. Note that not all instance types support CPU options, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#instance-cpu-options | <pre>object({<br/> core_count = number<br/> threads_per_core = number<br/> })</pre> | `null` | no |
192+
| <a name="input_runner_cpu_options"></a> [runner\_cpu\_options](#input\_runner\_cpu\_options) | The CPU options for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#cpu-options for details. Note that not all instance types support CPU options, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#instance-cpu-options | <pre>object({<br/> core_count = optional(number)<br/> threads_per_core = optional(number)<br/> amd_sev_snp = optional(string)<br/> nested_virtualization = optional(string)<br/> })</pre> | `null` | no |
193193
| <a name="input_runner_credit_specification"></a> [runner\_credit\_specification](#input\_runner\_credit\_specification) | The credit option for CPU usage of a T instance. Can be unset, "standard" or "unlimited". | `string` | `null` | no |
194194
| <a name="input_runner_disable_default_labels"></a> [runner\_disable\_default\_labels](#input\_runner\_disable\_default\_labels) | Disable default labels for the runners (os, architecture and `self-hosted`). If enabled, the runner will only have the extra labels provided in `runner_extra_labels`. In case you on own start script is used, this configuration parameter needs to be parsed via SSM. | `bool` | `false` | no |
195195
| <a name="input_runner_ec2_tags"></a> [runner\_ec2\_tags](#input\_runner\_ec2\_tags) | Map of tags that will be added to the launch template instance tag specifications. | `map(string)` | `{}` | no |

examples/default/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ terraform output -raw webhook_secret
3434
| Name | Version |
3535
|------|---------|
3636
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
37-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
37+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
3838
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
3939
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
4040

4141
## Providers
4242

4343
| Name | Version |
4444
|------|---------|
45-
| <a name="provider_random"></a> [random](#provider\_random) | 3.7.2 |
45+
| <a name="provider_random"></a> [random](#provider\_random) | 3.8.1 |
4646

4747
## Modules
4848

examples/ephemeral/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ terraform output webhook_secret
3333
| Name | Version |
3434
|------|---------|
3535
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
36-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
36+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
3737
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
3838
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
3939

4040
## Providers
4141

4242
| Name | Version |
4343
|------|---------|
44-
| <a name="provider_random"></a> [random](#provider\_random) | 3.7.2 |
44+
| <a name="provider_random"></a> [random](#provider\_random) | 3.8.1 |
4545

4646
## Modules
4747

examples/external-managed-ssm-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ terraform output -raw webhook_secret
8080
| Name | Version |
8181
|------|---------|
8282
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
83-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
83+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
8484
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
8585
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
8686

examples/multi-runner/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ terraform output -raw webhook_secret
5353
| Name | Version |
5454
|------|---------|
5555
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
56-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
56+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
5757
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
5858
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
5959

6060
## Providers
6161

6262
| Name | Version |
6363
|------|---------|
64-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.22.1 |
65-
| <a name="provider_random"></a> [random](#provider\_random) | 3.7.2 |
64+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.35.1 |
65+
| <a name="provider_random"></a> [random](#provider\_random) | 3.8.1 |
6666

6767
## Modules
6868

examples/permissions-boundary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ terraform apply
3535
| Name | Version |
3636
|------|---------|
3737
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
38-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
38+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
3939
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
4040
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
4141

examples/prebuilt/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ terraform output webhook_secret
7878
| Name | Version |
7979
|------|---------|
8080
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
81-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
81+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
8282
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
8383
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
8484

8585
## Providers
8686

8787
| Name | Version |
8888
|------|---------|
89-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.22.1 |
90-
| <a name="provider_random"></a> [random](#provider\_random) | 3.7.2 |
89+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.35.1 |
90+
| <a name="provider_random"></a> [random](#provider\_random) | 3.8.1 |
9191

9292
## Modules
9393

modules/multi-runner/README.md

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.

modules/runners/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ yarn run dist
5353
| Name | Version |
5454
|------|---------|
5555
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
56-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.21 |
56+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
5757

5858
## Providers
5959

6060
| Name | Version |
6161
|------|---------|
62-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.21 |
62+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.33 |
6363

6464
## Modules
6565

@@ -142,7 +142,7 @@ yarn run dist
142142
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region. | `string` | n/a | yes |
143143
| <a name="input_block_device_mappings"></a> [block\_device\_mappings](#input\_block\_device\_mappings) | The EC2 instance block device configuration. Takes the following keys: `device_name`, `delete_on_termination`, `volume_type`, `volume_size`, `encrypted`, `iops`, `throughput`, `kms_key_id`, `snapshot_id`. | <pre>list(object({<br/> delete_on_termination = optional(bool, true)<br/> device_name = optional(string, "/dev/xvda")<br/> encrypted = optional(bool, true)<br/> iops = optional(number)<br/> kms_key_id = optional(string)<br/> snapshot_id = optional(string)<br/> throughput = optional(number)<br/> volume_size = number<br/> volume_type = optional(string, "gp3")<br/> }))</pre> | <pre>[<br/> {<br/> "volume_size": 30<br/> }<br/>]</pre> | no |
144144
| <a name="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 |
145-
| <a name="input_cpu_options"></a> [cpu\_options](#input\_cpu\_options) | The CPU options for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#cpu-options for details. Note that not all instance types support CPU options, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#instance-cpu-options | <pre>object({<br/> core_count = number<br/> threads_per_core = number<br/> })</pre> | `null` | no |
145+
| <a name="input_cpu_options"></a> [cpu\_options](#input\_cpu\_options) | The CPU options for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#cpu-options for details. Note that not all instance types support CPU options, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#instance-cpu-options | <pre>object({<br/> core_count = optional(number)<br/> threads_per_core = optional(number)<br/> amd_sev_snp = optional(string)<br/> nested_virtualization = optional(string)<br/> })</pre> | `null` | no |
146146
| <a name="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 |
147147
| <a name="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 |
148148
| <a name="input_disable_runner_autoupdate"></a> [disable\_runner\_autoupdate](#input\_disable\_runner\_autoupdate) | Disable the auto update of the github runner agent. Be aware there is a grace period of 30 days, see also the [GitHub article](https://github.blog/changelog/2022-02-01-github-actions-self-hosted-runners-can-now-disable-automatic-updates/) | `bool` | `false` | no |

0 commit comments

Comments
 (0)