You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_enable_deletion_protection"></a> [enable\_deletion\_protection](#input\_enable\_deletion\_protection)| (Optional) If true, deletion of the load balancer will be disabled via the AWS API. |`bool`|`false`| no |
33
34
| <aname="input_internal"></a> [internal](#input\_internal)| (Optional) If true, the LB will be internal. |`bool`|`false`| no |
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the LB. |`string`|`""`| no |
36
38
| <aname="input_preserve_host_header"></a> [preserve\_host\_header](#input\_preserve\_host\_header)| (Optional) Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. |`bool`|`false`| no |
@@ -45,6 +47,8 @@ No modules.
45
47
|------|-------------|
46
48
| <aname="output_arn"></a> [arn](#output\_arn)| ARN of the load balancer. |
47
49
| <aname="output_dns_name"></a> [dns\_name](#output\_dns\_name)| DNS name of the load balancer. |
50
+
| <aname="output_listener_rules_arns"></a> [listener\_rules\_arns](#output\_listener\_rules\_arns)| ARNs of the Listener Rules. |
51
+
| <aname="output_listener_rules_ids"></a> [listener\_rules\_ids](#output\_listener\_rules\_ids)| Identifiers of the Listener Rules. |
48
52
| <aname="output_listeners_arns"></a> [listeners\_arns](#output\_listeners\_arns)| ARNs of the Listeners. |
49
53
| <aname="output_listeners_ids"></a> [listeners\_ids](#output\_listeners\_ids)| Identifiers of the Listeners. |
50
54
| <aname="output_target_groups_arns"></a> [target\_groups\_arns](#output\_target\_groups\_arns)| ARNs of the Target Groups. |
0 commit comments