Skip to content

Commit f649a40

Browse files
committed
docs: Generate README
1 parent 2c86bff commit f649a40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Available targets:
154154

155155
| Name | Description | Type | Default | Required |
156156
|------|-------------|------|---------|:--------:|
157+
| <a name="input_additional_lbs"></a> [additional\_lbs](#input\_additional\_lbs) | List of additional load balancer configurations. Each config should specify container\_name (optional), container\_port (optional, defaults to main container\_port), and target\_group\_arn | <pre>list(object({<br/> container_name = optional(string)<br/> container_port = optional(number)<br/> target_group_arn = string<br/> }))</pre> | `[]` | no |
157158
| <a name="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br/>This is for some rare cases where resources want additional configuration of tags<br/>and therefore take a list of maps with tag key, value, and additional configuration. | `map(string)` | `{}` | no |
158159
| <a name="input_alb_arn_suffix"></a> [alb\_arn\_suffix](#input\_alb\_arn\_suffix) | ARN suffix of the ALB for the Target Group | `string` | `""` | no |
159160
| <a name="input_alb_container_name"></a> [alb\_container\_name](#input\_alb\_container\_name) | The name of the container to associate with the ALB. If not provided, the generated container will be used | `string` | `null` | no |

docs/terraform.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
| Name | Description | Type | Default | Required |
3939
|------|-------------|------|---------|:--------:|
40+
| <a name="input_additional_lbs"></a> [additional\_lbs](#input\_additional\_lbs) | List of additional load balancer configurations. Each config should specify container\_name (optional), container\_port (optional, defaults to main container\_port), and target\_group\_arn | <pre>list(object({<br/> container_name = optional(string)<br/> container_port = optional(number)<br/> target_group_arn = string<br/> }))</pre> | `[]` | no |
4041
| <a name="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br/>This is for some rare cases where resources want additional configuration of tags<br/>and therefore take a list of maps with tag key, value, and additional configuration. | `map(string)` | `{}` | no |
4142
| <a name="input_alb_arn_suffix"></a> [alb\_arn\_suffix](#input\_alb\_arn\_suffix) | ARN suffix of the ALB for the Target Group | `string` | `""` | no |
4243
| <a name="input_alb_container_name"></a> [alb\_container\_name](#input\_alb\_container\_name) | The name of the container to associate with the ALB. If not provided, the generated container will be used | `string` | `null` | no |

0 commit comments

Comments
 (0)