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)| If true, deletion of the load balancer will be disabled via the AWS API. This will prevent Terraform from deleting the load balancer. Defaults to false. |`bool`|`false`| no |
329
330
| <aname="input_enable_http2"></a> [enable\_http2](#input\_enable\_http2)| Indicates whether HTTP/2 is enabled in application load balancers. |`bool`|`true`| no |
330
331
| <aname="input_extra_ssl_certs"></a> [extra\_ssl\_certs](#input\_extra\_ssl\_certs)| A list of maps describing any extra SSL certificates to apply to the HTTPS listeners. Required key/values: certificate\_arn, https\_listener\_index (the index of the listener within https\_listeners which the cert applies toward). |`list(map(string))`|`[]`| no |
332
+
| <aname="input_http_tcp_listener_rules"></a> [http\_tcp\_listener\_rules](#input\_http\_tcp\_listener\_rules)| A list of maps describing the Listener Rules for this ALB. Required key/values: actions, conditions. Optional key/values: priority, http\_tcp\_listener\_index (default to http\_tcp\_listeners[count.index]) |`any`|`[]`| no |
333
+
| <aname="input_http_tcp_listener_rules_tags"></a> [http\_tcp\_listener\_rules\_tags](#input\_http\_tcp\_listener\_rules\_tags)| A map of tags to add to all http listener rules |`map(string)`|`{}`| no |
331
334
| <aname="input_http_tcp_listeners"></a> [http\_tcp\_listeners](#input\_http\_tcp\_listeners)| A list of maps describing the HTTP listeners or TCP ports for this ALB. Required key/values: port, protocol. Optional key/values: target\_group\_index (defaults to http\_tcp\_listeners[count.index]) |`any`|`[]`| no |
332
-
| <aname="input_http_tcp_listeners_tags"></a> [http\_tcp\_listeners\_tags](#input\_http\_tcp\_listeners\_tags)| A map of tags to add to all tcp listeners |`map(string)`|`{}`| no |
335
+
| <aname="input_http_tcp_listeners_tags"></a> [http\_tcp\_listeners\_tags](#input\_http\_tcp\_listeners\_tags)| A map of tags to add to all http listeners |`map(string)`|`{}`| no |
333
336
| <aname="input_https_listener_rules"></a> [https\_listener\_rules](#input\_https\_listener\_rules)| A list of maps describing the Listener Rules for this ALB. Required key/values: actions, conditions. Optional key/values: priority, https\_listener\_index (default to https\_listeners[count.index]) |`any`|`[]`| no |
334
337
| <aname="input_https_listener_rules_tags"></a> [https\_listener\_rules\_tags](#input\_https\_listener\_rules\_tags)| A map of tags to add to all https listener rules |`map(string)`|`{}`| no |
335
338
| <aname="input_https_listeners"></a> [https\_listeners](#input\_https\_listeners)| A list of maps describing the HTTPS listeners for this ALB. Required key/values: port, certificate\_arn. Optional key/values: ssl\_policy (defaults to ELBSecurityPolicy-2016-08), target\_group\_index (defaults to https\_listeners[count.index]) |`any`|`[]`| no |
description="A list of maps describing the Listener Rules for this ALB. Required key/values: actions, conditions. Optional key/values: priority, http_tcp_listener_index (default to http_tcp_listeners[count.index])"
57
+
type=any
58
+
default=[]
59
+
}
60
+
55
61
variable"idle_timeout" {
56
62
description="The time in seconds that the connection is allowed to be idle."
0 commit comments