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_access_logs"></a> [access\_logs](#input\_access\_logs)| Map containing access logging configuration for load balancer. |`map(string)`|`{}`| no |
326
326
| <aname="input_create_lb"></a> [create\_lb](#input\_create\_lb)| Controls if the Load Balancer should be created |`bool`|`true`| no |
327
+
| <aname="input_desync_mitigation_mode"></a> [desync\_mitigation\_mode](#input\_desync\_mitigation\_mode)| Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. |`string`|`"defensive"`| no |
327
328
| <aname="input_drop_invalid_header_fields"></a> [drop\_invalid\_header\_fields](#input\_drop\_invalid\_header\_fields)| Indicates whether invalid header fields are dropped in application load balancers. Defaults to false. |`bool`|`false`| no |
328
329
| <aname="input_enable_cross_zone_load_balancing"></a> [enable\_cross\_zone\_load\_balancing](#input\_enable\_cross\_zone\_load\_balancing)| Indicates whether cross zone load balancing should be enabled in application load balancers. |`bool`|`false`| no |
329
330
| <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 |
330
331
| <aname="input_enable_http2"></a> [enable\_http2](#input\_enable\_http2)| Indicates whether HTTP/2 is enabled in application load balancers. |`bool`|`true`| no |
332
+
| <aname="input_enable_waf_fail_open"></a> [enable\_waf\_fail\_open](#input\_enable\_waf\_fail\_open)| Indicates whether to route requests to targets if lb fails to forward the request to AWS WAF |`bool`|`false`| no |
331
333
| <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
334
| <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
335
| <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 |
0 commit comments