Skip to content

Commit ebbf7ab

Browse files
committed
update README.md
1 parent 19dfbaf commit ebbf7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Here are examples of how you can use this module in your inventory structure:
237237
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
238238
| listener\_certificate\_arn | The ARN of the SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. | `string` | `""` | no |
239239
| 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 |
240-
| 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-2016-08"` | no |
240+
| 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 |
241241
| listener\_type | The type of routing action. Valid values are forward, redirect, fixed-response, authenticate-cognito and authenticate-oidc. | `string` | `"forward"` | no |
242242
| listeners | A list of listener configurations for the ELB. | <pre>list(object({<br> lb_port : number<br> lb_protocol : string<br> instance_port : number<br> instance_protocol : string<br> ssl_certificate_id : string<br> }))</pre> | `[]` | no |
243243
| load\_balancer\_create\_timeout | Timeout value when creating the ALB. | `string` | `"10m"` | no |

0 commit comments

Comments
 (0)