From de6113256499d28aceea0b2325e2ea6372bb6597 Mon Sep 17 00:00:00 2001 From: Dave Dash Date: Tue, 29 Mar 2016 14:13:54 -0700 Subject: [PATCH] ssl_certificate_id applies to lb_protocol only. --- website/source/docs/providers/aws/r/elb.html.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index a127bb006..5c644fe90 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -33,7 +33,7 @@ resource "aws_elb" "bar" { listener { instance_port = 8000 - instance_protocol = "https" + instance_protocol = "http" lb_port = 443 lb_protocol = "https" ssl_certificate_id = "arn:aws:iam::123456789012:server-certificate/certName" @@ -97,8 +97,7 @@ Listeners support the following: * `lb_protocol` - (Required) The protocol to listen on. Valid values are `HTTP`, `HTTPS`, `TCP`, or `SSL` * `ssl_certificate_id` - (Optional) The id of an SSL certificate you have -uploaded to AWS IAM. **Only valid when `instance_protocol` and - `lb_protocol` are either HTTPS or SSL** +uploaded to AWS IAM. **Only valid when `lb_protocol` is either HTTPS or SSL** Health Check supports the following: