Skip to content

Commit af27ba1

Browse files
terraform-docs: automated update action
1 parent 91bf3cc commit af27ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ To use path-based routing, define the `alb_listener_rules` variable with a list
109109
| alb\_enable\_deletion\_protection | Enable deletion protection for ALBs | `bool` | `false` | no |
110110
| alb\_http\_listener | Whether to enable HTTP listeners | `bool` | `true` | no |
111111
| alb\_internal | Deploys a second internal ALB for private APIs. | `bool` | `false` | no |
112+
| alb\_internal\_listener\_rules | A list of maps describing the Listener Rules for path-based routing on the internal ALB | <pre>list(object({<br> path_pattern = string<br> target_group_arn = string<br> priority = number<br> host_header = optional(string)<br> }))</pre> | `[]` | no |
112113
| alb\_internal\_ssl\_policy | The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS. | `string` | `"ELBSecurityPolicy-TLS-1-2-Ext-2018-06"` | no |
114+
| alb\_listener\_rules | A list of maps describing the Listener Rules for path-based routing on the external ALB | <pre>list(object({<br> path_pattern = string<br> target_group_arn = string<br> priority = number<br> host_header = optional(string)<br> }))</pre> | `[]` | no |
113115
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. | `bool` | `false` | no |
114116
| alb\_sg\_allow\_alb\_test\_listener | Whether to allow world access to the test listeners | `bool` | `true` | no |
115117
| alb\_sg\_allow\_egress\_https\_world | Whether to allow ALB to access HTTPS endpoints - needed when using OIDC authentication | `bool` | `true` | no |
@@ -180,10 +182,12 @@ To use path-based routing, define the `alb_listener_rules` variable with a list
180182
| alb\_internal\_id | n/a |
181183
| alb\_internal\_listener\_https\_arn | n/a |
182184
| alb\_internal\_listener\_test\_traffic\_arn | n/a |
185+
| alb\_internal\_path\_based\_routing\_rules | IDs of the path-based routing rules for the internal ALB |
183186
| alb\_internal\_secgrp\_id | n/a |
184187
| alb\_internal\_zone\_id | n/a |
185188
| alb\_listener\_https\_arn | n/a |
186189
| alb\_listener\_test\_traffic\_arn | n/a |
190+
| alb\_path\_based\_routing\_rules | IDs of the path-based routing rules for the external ALB |
187191
| alb\_secgrp\_id | n/a |
188192
| alb\_zone\_id | n/a |
189193
| ecs\_arn | n/a |

0 commit comments

Comments
 (0)