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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,9 @@ No modules.
76
76
| allow\_public\_https | Allow inbound access from the Internet to port 443 |`string`|`true`| no |
77
77
| container\_port | The port on which the container will receive traffic. |`string`|`443`| no |
78
78
| container\_protocol | The protocol to use to connect with the container. |`string`|`"HTTPS"`| no |
79
+
| container\_protocol\_version | The protocol version to use with the container. |`string`|`"HTTP1"`| no |
79
80
| deregistration\_delay | The amount time for the LB to wait before changing the state of a deregistering target from draining to unused. Default is 90s. |`string`|`90`| no |
81
+
| desync\_mitigation\_mode | Specifies how the load balancer handles security issues related to HTTP desync |`string`|`"defensive"`| no |
80
82
| 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 |`string`|`false`| no |
| health\_check\_interval | The approximate amount of time, in seconds, between health checks of an individual target. Minimum value 5 seconds, Maximum value 300 seconds. Default 30 seconds. |`string`|`30`| no |
0 commit comments