Merge pull request #13144 from dtan4/remove-default-ssl-policy
Remove alb_listener ssl_policy restriction
This commit is contained in:
commit
0dc45a2dfa
|
@ -43,7 +43,7 @@ The following arguments are supported:
|
||||||
* `load_balancer_arn` - (Required, Forces New Resource) The ARN of the load balancer.
|
* `load_balancer_arn` - (Required, Forces New Resource) The ARN of the load balancer.
|
||||||
* `port` - (Required) The port on which the load balancer is listening.
|
* `port` - (Required) The port on which the load balancer is listening.
|
||||||
* `protocol` - (Optional) The protocol for connections from clients to the load balancer. Valid values are `HTTP` and `HTTPS`. Defaults to `HTTP`.
|
* `protocol` - (Optional) The protocol for connections from clients to the load balancer. Valid values are `HTTP` and `HTTPS`. Defaults to `HTTP`.
|
||||||
* `ssl_policy` - (Optional) The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`. The only valid value is currently `ELBSecurityPolicy-2015-05`.
|
* `ssl_policy` - (Optional) The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`.
|
||||||
* `certificate_arn` - (Optional) The ARN of the SSL server certificate. Exactly one certificate is required if the protocol is HTTPS.
|
* `certificate_arn` - (Optional) The ARN of the SSL server certificate. Exactly one certificate is required if the protocol is HTTPS.
|
||||||
* `default_action` - (Required) An Action block. Action blocks are documented below.
|
* `default_action` - (Required) An Action block. Action blocks are documented below.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue