doc for cross zone load balancing

This commit is contained in:
Sneha Somwanshi 2014-12-10 12:53:51 +05:30
parent 1d3e30b353
commit 60d18e1eb8
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ resource "aws_elb" "bar" {
}
instances = ["${aws_instance.foo.id}"]
cross_zone_load_balancing = true
}
```
@ -57,6 +58,7 @@ The following arguments are supported:
* `internal` - (Optional) If true, ELB will be an internal ELB.
* `listener` - (Required) A list of listener blocks. Listeners documented below.
* `health_check` - (Optional) A health_check block. Health Check documented below.
* `cross_zone_load_balancing` - (Optional) Enable cross-zone load balancing.
Listeners support the following: