Skip to content

Commit

Permalink
Merge pull request hashicorp#3846 from terraform-providers/d-aws_lb_l…
Browse files Browse the repository at this point in the history
…isterner-link-to-cert-resource

docs/resource/aws_lb_listener: Add link to aws_lb_listener_certificate resource
  • Loading branch information
bflad authored Mar 20, 2018
2 parents 5a2d3ec + 69b8833 commit c291dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lb_listener.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following arguments are supported:
* `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 `TCP`, `HTTP` and `HTTPS`. Defaults to `HTTP`.
* `ssl_policy` - (Optional) The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`.
* `certificate_arn` - (Optional) The ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS.
* `certificate_arn` - (Optional) The ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the [`aws_lb_listener_certificate` resource](/docs/providers/aws/r/lb_listener_certificate.html).
* `default_action` - (Required) An Action block. Action blocks are documented below.

Action Blocks (for `default_action`) support the following:
Expand Down

0 comments on commit c291dca

Please sign in to comment.