From 40650781d6b08e8d4b2ebec0fa982269e576f472 Mon Sep 17 00:00:00 2001 From: Anmol Nagpal Date: Fri, 21 May 2021 15:27:46 +0000 Subject: [PATCH] update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d92761f..cfc9f6e 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,6 @@ Here are examples of how you can use this module in your inventory structure: | connection\_draining | TBoolean to enable connection draining. Default: false. | `bool` | `false` | no | | connection\_draining\_timeout | The time after which connection draining is aborted in seconds. | `number` | `300` | no | | delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. | `string` | `"-"` | no | -| drop\_invalid\_header\_fields | Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application. | `bool` | `true` | no | | enable | If true, create alb. | `bool` | `false` | no | | enable\_connection\_draining | Whether or not to enable connection draining ("true" or "false"). | `bool` | `false` | no | | enable\_cross\_zone\_load\_balancing | Indicates whether cross zone load balancing should be enabled in application load balancers. | `bool` | `true` | no | @@ -237,7 +236,6 @@ Here are examples of how you can use this module in your inventory structure: | label\_order | Label order, e.g. `name`,`application`. | `list(any)` |
[
"name",
"environment"
]
| no | | listener\_certificate\_arn | The ARN of the SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. | `string` | `""` | no | | listener\_protocol | The protocol for connections from clients to the load balancer. Valid values are TCP, HTTP and HTTPS. Defaults to HTTP. | `string` | `"HTTPS"` | no | -| listener\_ssl\_policy | The security policy if using HTTPS externally on the load balancer. [See](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-policy-table.html). | `string` | `"ELBSecurityPolicy-TLS-1-2-2017-01"` | no | | listener\_type | The type of routing action. Valid values are forward, redirect, fixed-response, authenticate-cognito and authenticate-oidc. | `string` | `"forward"` | no | | listeners | A list of listener configurations for the ELB. |
list(object({
lb_port : number
lb_protocol : string
instance_port : number
instance_protocol : string
ssl_certificate_id : string
}))
| `[]` | no | | load\_balancer\_create\_timeout | Timeout value when creating the ALB. | `string` | `"10m"` | no |