Update doc page for aws_elb (#7882)

This commit is contained in:
Milad Irannejad 2016-07-31 18:44:21 -04:00 committed by Paul Stack
parent 2e38467213
commit 802f014d60

View File

@ -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
```
```