From 802f014d607b0a74d2ce7c2e53b3209f15f3bf1c Mon Sep 17 00:00:00 2001 From: Milad Irannejad Date: Sun, 31 Jul 2016 18:44:21 -0400 Subject: [PATCH] Update doc page for aws_elb (#7882) --- website/source/docs/providers/aws/r/elb.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index 18486b5281..2504d803f1 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -88,13 +88,13 @@ The following arguments are supported: Exactly one of `availability_zones` or `subnets` must be specified: this determines if the ELB exists in a VPC or in EC2-classic. -Access Logs support the following: +Access Logs (`access_logs`) support the following: * `bucket` - (Required) The S3 bucket name to store the logs in. * `bucket_prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured. * `interval` - (Optional) The publishing interval in minutes. Default: 60 minutes. -Listeners support the following: +Listeners (`listener`) support the following: * `instance_port` - (Required) The port on the instance to route to * `instance_protocol` - (Required) The protocol to use to the instance. Valid @@ -105,7 +105,7 @@ Listeners support the following: * `ssl_certificate_id` - (Optional) The ARN of an SSL certificate you have uploaded to AWS IAM. **Only valid when `lb_protocol` is either HTTPS or SSL** -Health Check supports the following: +Health Check (`health_check`) supports the following: * `healthy_threshold` - (Required) The number of checks before the instance is declared healthy. * `unhealthy_threshold` - (Required) The number of checks before the instance is declared unhealthy. @@ -135,4 +135,4 @@ ELBs can be imported using the `name`, e.g. ``` $ terraform import aws_elb.bar elb-production-12345 -``` \ No newline at end of file +```