Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3c8f1ca

Browse files
github-actions[bot]npalm
authored andcommitted
docs: auto update terraform docs
1 parent 0b398f2 commit 3c8f1ca

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Diff for: examples/arm64/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Be aware some shells will print some end of line character `%`.
5252
|------|--------|---------|
5353
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
5454
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
55-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
55+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
5656

5757
## Resources
5858

Diff for: examples/default/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ terraform output webhook_secret
5050
|------|--------|---------|
5151
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
5252
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
53-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
53+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
5454

5555
## Resources
5656

Diff for: examples/ephemeral/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ terraform output webhook_secret
4949
|------|--------|---------|
5050
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
5151
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
52-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
52+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
5353

5454
## Resources
5555

Diff for: examples/multi-runner/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ terraform output webhook_secret
6666
| Name | Source | Version |
6767
|------|--------|---------|
6868
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
69-
| <a name="module_multi_runner"></a> [multi\_runner](#module\_multi\_runner) | ../../modules/multi-runner | n/a |
70-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
69+
| <a name="module_runners"></a> [runners](#module\_runners) | ../../modules/multi-runner | n/a |
70+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
7171

7272
## Resources
7373

Diff for: examples/prebuilt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ terraform output webhook_secret
115115
|------|--------|---------|
116116
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
117117
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
118-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
118+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
119119

120120
## Resources
121121

Diff for: examples/ubuntu/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ terraform output webhook_secret
5151
|------|--------|---------|
5252
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
5353
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
54-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
54+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
5555

5656
## Resources
5757

Diff for: examples/windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ terraform output webhook_secret
5353
|------|--------|---------|
5454
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
5555
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
56-
| <a name="module_webhook-github-app"></a> [webhook-github-app](#module\_webhook-github-app) | ../../modules/webhook-github-app | n/a |
56+
| <a name="module_webhook_github_app"></a> [webhook\_github\_app](#module\_webhook\_github\_app) | ../../modules/webhook-github-app | n/a |
5757

5858
## Resources
5959

Diff for: modules/runners/pool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ No modules.
4646
| Name | Description | Type | Default | Required |
4747
|------|-------------|------|---------|:--------:|
4848
| <a name="input_aws_partition"></a> [aws\_partition](#input\_aws\_partition) | (optional) partition for the arn if not 'aws' | `string` | `"aws"` | no |
49-
| <a name="input_config"></a> [config](#input\_config) | n/a | <pre>object({<br> lambda = object({<br> log_level = string<br> logging_retention_in_days = number<br> logging_kms_key_id = string<br> reserved_concurrent_executions = number<br> s3_bucket = string<br> s3_key = string<br> s3_object_version = string<br> security_group_ids = list(string)<br> runtime = string<br> architecture = string<br> timeout = number<br> zip = string<br> subnet_ids = list(string)<br> })<br> tags = map(string)<br> ghes = object({<br> url = string<br> ssl_verify = string<br> })<br> github_app_parameters = object({<br> key_base64 = map(string)<br> id = map(string)<br> })<br> subnet_ids = list(string)<br> runner = object({<br> disable_runner_autoupdate = bool<br> ephemeral = bool<br> enable_jit_config = bool<br> boot_time_in_minutes = number<br> labels = list(string)<br> launch_template = object({<br> name = string<br> })<br> group_name = string<br> name_prefix = string<br> pool_owner = string<br> role = object({<br> arn = string<br> })<br> })<br> instance_types = list(string)<br> instance_target_capacity_type = string<br> instance_allocation_strategy = string<br> instance_max_spot_price = string<br> prefix = string<br> pool = list(object({<br> schedule_expression = string<br> size = number<br> }))<br> role_permissions_boundary = string<br> kms_key_arn = string<br> ami_kms_key_arn = string<br> role_path = string<br> ssm_token_path = string<br> ssm_config_path = string<br> ami_id_ssm_parameter_name = string<br> ami_id_ssm_parameter_read_policy_arn = string<br> arn_ssm_parameters_path_config = string<br> })</pre> | n/a | yes |
49+
| <a name="input_config"></a> [config](#input\_config) | Lookup details in parent module. | <pre>object({<br> lambda = object({<br> log_level = string<br> logging_retention_in_days = number<br> logging_kms_key_id = string<br> reserved_concurrent_executions = number<br> s3_bucket = string<br> s3_key = string<br> s3_object_version = string<br> security_group_ids = list(string)<br> runtime = string<br> architecture = string<br> timeout = number<br> zip = string<br> subnet_ids = list(string)<br> })<br> tags = map(string)<br> ghes = object({<br> url = string<br> ssl_verify = string<br> })<br> github_app_parameters = object({<br> key_base64 = map(string)<br> id = map(string)<br> })<br> subnet_ids = list(string)<br> runner = object({<br> disable_runner_autoupdate = bool<br> ephemeral = bool<br> enable_jit_config = bool<br> boot_time_in_minutes = number<br> labels = list(string)<br> launch_template = object({<br> name = string<br> })<br> group_name = string<br> name_prefix = string<br> pool_owner = string<br> role = object({<br> arn = string<br> })<br> })<br> instance_types = list(string)<br> instance_target_capacity_type = string<br> instance_allocation_strategy = string<br> instance_max_spot_price = string<br> prefix = string<br> pool = list(object({<br> schedule_expression = string<br> size = number<br> }))<br> role_permissions_boundary = string<br> kms_key_arn = string<br> ami_kms_key_arn = string<br> role_path = string<br> ssm_token_path = string<br> ssm_config_path = string<br> ami_id_ssm_parameter_name = string<br> ami_id_ssm_parameter_read_policy_arn = string<br> arn_ssm_parameters_path_config = string<br> })</pre> | n/a | yes |
5050
| <a name="input_lambda_tracing_mode"></a> [lambda\_tracing\_mode](#input\_lambda\_tracing\_mode) | Enable X-Ray tracing for the lambda functions. | `string` | `null` | no |
5151

5252
## Outputs

0 commit comments

Comments
 (0)