health_check is an optional parameter for ELBs

This commit is contained in:
Justyn Harriman 2014-08-12 09:33:32 -05:00
parent acc9cf0003
commit a253c0efc2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ The following arguments are supported:
* `availability_zones` - (Optional) The AZ's to serve traffic in.
* `instances` - (Optional) A list of instance ids to place in the ELB pool.
* `listener` - (Required) A list of listener blocks. Listeners documented below.
* `health_check` - (Required) A health_check block. Health Check documented below.
* `health_check` - (Optional) A health_check block. Health Check documented below.
Listeners support the following: