Skip to content

Commit b7d21c9

Browse files
author
github-aws-runners-pr|bot
committed
docs: auto update terraform docs
1 parent cb534c6 commit b7d21c9

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Join our discord community via [this invite link](https://discord.gg/bxgXW8jJGh)
240240
| Name | Description |
241241
|------|-------------|
242242
| <a name="output_binaries_syncer"></a> [binaries\_syncer](#output\_binaries\_syncer) | n/a |
243+
| <a name="output_deprecated_variables_warning"></a> [deprecated\_variables\_warning](#output\_deprecated\_variables\_warning) | Warning for deprecated variables usage |
243244
| <a name="output_instance_termination_handler"></a> [instance\_termination\_handler](#output\_instance\_termination\_handler) | n/a |
244245
| <a name="output_instance_termination_watcher"></a> [instance\_termination\_watcher](#output\_instance\_termination\_watcher) | n/a |
245246
| <a name="output_queues"></a> [queues](#output\_queues) | SQS queues. |

examples/default/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ terraform output -raw webhook_secret
7070

7171
| Name | Description |
7272
|------|-------------|
73+
| <a name="output_deprecated_variables_warning"></a> [deprecated\_variables\_warning](#output\_deprecated\_variables\_warning) | n/a |
7374
| <a name="output_runners"></a> [runners](#output\_runners) | n/a |
7475
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
7576
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |

examples/multi-runner/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ terraform output -raw webhook_secret
6060

6161
| Name | Version |
6262
|------|---------|
63+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.82.1 |
6364
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
6465

6566
## Modules
@@ -75,6 +76,7 @@ terraform output -raw webhook_secret
7576
| Name | Type |
7677
|------|------|
7778
| [random_id.random](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) | resource |
79+
| [aws_ssm_parameter.al2023_arm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) | data source |
7880

7981
## Inputs
8082

@@ -88,6 +90,7 @@ terraform output -raw webhook_secret
8890

8991
| Name | Description |
9092
|------|-------------|
93+
| <a name="output_deprecated_variables_warning"></a> [deprecated\_variables\_warning](#output\_deprecated\_variables\_warning) | n/a |
9194
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
9295
| <a name="output_webhook_secret"></a> [webhook\_secret](#output\_webhook\_secret) | n/a |
9396
<!-- END_TF_DOCS -->

modules/multi-runner/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ module "multi-runner" {
192192
| Name | Description |
193193
|------|-------------|
194194
| <a name="output_binaries_syncer_map"></a> [binaries\_syncer\_map](#output\_binaries\_syncer\_map) | n/a |
195+
| <a name="output_deprecated_variables_warning"></a> [deprecated\_variables\_warning](#output\_deprecated\_variables\_warning) | Warning for deprecated variables usage |
195196
| <a name="output_instance_termination_handler"></a> [instance\_termination\_handler](#output\_instance\_termination\_handler) | n/a |
196197
| <a name="output_instance_termination_watcher"></a> [instance\_termination\_watcher](#output\_instance\_termination\_watcher) | n/a |
197198
| <a name="output_runners_map"></a> [runners\_map](#output\_runners\_map) | n/a |

0 commit comments

Comments
 (0)