Skip to content

Commit 1c1adb2

Browse files
authored
docs: Typo's and clarifications (#3262)
1 parent 9387bee commit 1c1adb2

File tree

12 files changed

+119
-120
lines changed

12 files changed

+119
-120
lines changed

README.md

Lines changed: 80 additions & 81 deletions
Large diffs are not rendered by default.

examples/arm64/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can receive the webhook details by running:
2828
terraform output -raw webhook_secret
2929
```
3030

31-
Be-aware some shells will print some end of line character `%`.
31+
Be aware some shells will print some end of line character `%`.
3232

3333
<!-- BEGIN_TF_DOCS -->
3434
## Requirements
@@ -72,4 +72,4 @@ Be-aware some shells will print some end of line character `%`.
7272
| <a name="output_runners"></a> [runners](#output\_runners) | n/a |
7373
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
7474
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
75-
<!-- END_TF_DOCS -->
75+
<!-- END_TF_DOCS -->

examples/default/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can receive the webhook details by running:
2828
terraform output -raw webhook_secret
2929
```
3030

31-
Be-aware some shells will print some end of line character `%`.
31+
Be aware some shells will print some end of line character `%`.
3232

3333
<!-- BEGIN_TF_DOCS -->
3434
## Requirements
@@ -73,4 +73,4 @@ Be-aware some shells will print some end of line character `%`.
7373
| <a name="output_runners"></a> [runners](#output\_runners) | n/a |
7474
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
7575
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
76-
<!-- END_TF_DOCS -->
76+
<!-- END_TF_DOCS -->

examples/ephemeral/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can receive the webhook details by running:
2727
terraform output -raw webhook_secret
2828
```
2929

30-
Be-aware some shells will print some end of line character `%`.
30+
Be aware some shells will print some end of line character `%`.
3131
<!-- BEGIN_TF_DOCS -->
3232
## Requirements
3333

@@ -70,4 +70,4 @@ Be-aware some shells will print some end of line character `%`.
7070
| <a name="output_runners"></a> [runners](#output\_runners) | n/a |
7171
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
7272
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
73-
<!-- END_TF_DOCS -->
73+
<!-- END_TF_DOCS -->

examples/multi-runner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can receive the webhook details by running:
4545
terraform output -raw webhook_secret
4646
```
4747

48-
Be-aware some shells will print some end of line character `%`.
48+
Be aware some shells will print some end of line character `%`.
4949

5050
<!-- BEGIN_TF_DOCS -->
5151
## Requirements
@@ -89,4 +89,4 @@ Be-aware some shells will print some end of line character `%`.
8989
|------|-------------|
9090
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
9191
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
92-
<!-- END_TF_DOCS -->
92+
<!-- END_TF_DOCS -->

examples/prebuilt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can receive the webhook details by running:
9292
terraform output -raw webhook_secret
9393
```
9494

95-
Be-aware some shells will print some end of line character `%`.
95+
Be aware some shells will print some end of line character `%`.
9696

9797
<!-- BEGIN_TF_DOCS -->
9898
## Requirements
@@ -139,4 +139,4 @@ Be-aware some shells will print some end of line character `%`.
139139
|------|-------------|
140140
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
141141
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
142-
<!-- END_TF_DOCS -->
142+
<!-- END_TF_DOCS -->

modules/multi-runner/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

modules/multi-runner/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ variable "multi_runner_config" {
135135
create_service_linked_role_spot: (Optional) create the serviced linked role for spot instances that is required by the scale-up lambda.
136136
credit_specification: "(Optional) The credit specification of the runner instance_type. Can be unset, `standard` or `unlimited`.
137137
delay_webhook_event: "The number of seconds the event accepted by the webhook is invisible on the queue before the scale up lambda will receive the event."
138-
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/)"
138+
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/)"
139139
enable_ephemeral_runners: "Enable ephemeral runners, runners will only be used once."
140140
enable_job_queued_check: "Only scale if the job event received by the scale up lambda is is in the state queued. By default enabled for non ephemeral runners and disabled for ephemeral. Set this variable to overwrite the default behavior." = optional(bool, null)
141141
enable_organization_runners: "Register runners to organization, instead of repo level"
@@ -256,7 +256,7 @@ variable "webhook_lambda_apigateway_access_log_settings" {
256256
}
257257

258258
variable "repository_white_list" {
259-
description = "List of repositories allowed to use the github app"
259+
description = "List of github repository full names (owner/repo_name) that will be allowed to use the github app. Leave empty for no filtering."
260260
type = list(string)
261261
default = []
262262
}

modules/runners/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ yarn run dist
133133
| <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 |
134134
| <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 |
135135
| <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 |
136-
| <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 |
136+
| <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 |
137137
| <a name="input_egress_rules"></a> [egress\_rules](#input\_egress\_rules) | List of egress rules for the GitHub runner instances. | <pre>list(object({<br> cidr_blocks = list(string)<br> ipv6_cidr_blocks = list(string)<br> prefix_list_ids = list(string)<br> from_port = number<br> protocol = string<br> security_groups = list(string)<br> self = bool<br> to_port = number<br> description = string<br> }))</pre> | <pre>[<br> {<br> "cidr_blocks": [<br> "0.0.0.0/0"<br> ],<br> "description": null,<br> "from_port": 0,<br> "ipv6_cidr_blocks": [<br> "::/0"<br> ],<br> "prefix_list_ids": null,<br> "protocol": "-1",<br> "security_groups": null,<br> "self": null,<br> "to_port": 0<br> }<br>]</pre> | no |
138138
| <a name="input_enable_cloudwatch_agent"></a> [enable\_cloudwatch\_agent](#input\_enable\_cloudwatch\_agent) | Enabling the cloudwatch agent on the ec2 runner instances, the runner contains default config. Configuration can be overridden via `cloudwatch_config`. | `bool` | `true` | no |
139139
| <a name="input_enable_ephemeral_runners"></a> [enable\_ephemeral\_runners](#input\_enable\_ephemeral\_runners) | Enable ephemeral runners, runners will only be used once. | `bool` | `false` | no |
@@ -225,4 +225,4 @@ yarn run dist
225225
| <a name="output_role_scale_down"></a> [role\_scale\_down](#output\_role\_scale\_down) | n/a |
226226
| <a name="output_role_scale_up"></a> [role\_scale\_up](#output\_role\_scale\_up) | n/a |
227227
| <a name="output_runners_log_groups"></a> [runners\_log\_groups](#output\_runners\_log\_groups) | List of log groups from different log files of runner machine. |
228-
<!-- END_TF_DOCS -->
228+
<!-- END_TF_DOCS -->

modules/runners/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ variable "pool_config" {
538538
}
539539

540540
variable "disable_runner_autoupdate" {
541-
description = "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/)"
541+
description = "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/)"
542542
type = bool
543543
default = false
544544
}

0 commit comments

Comments
 (0)