From 4102fce4e7888c7eb12c61944a82ef3170b78f93 Mon Sep 17 00:00:00 2001 From: Roberth Kulbin Date: Sun, 21 Nov 2021 12:14:19 +0000 Subject: [PATCH] r-aws_elb: add missing doc --- website/docs/r/elb.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/elb.html.markdown b/website/docs/r/elb.html.markdown index fd94e01dd21..dcfc96484ce 100644 --- a/website/docs/r/elb.html.markdown +++ b/website/docs/r/elb.html.markdown @@ -88,6 +88,7 @@ The following arguments are supported: * `idle_timeout` - (Optional) The time in seconds that the connection is allowed to be idle. Default: `60` * `connection_draining` - (Optional) Boolean to enable connection draining. Default: `false` * `connection_draining_timeout` - (Optional) The time in seconds to allow for connections to drain. Default: `300` +* `desync_mitigation_mode` - (Optional) Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`. * `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level. Exactly one of `availability_zones` or `subnets` must be specified: this