From a253c0efc2d2c38957abc9efb0d6d34639e110d8 Mon Sep 17 00:00:00 2001 From: Justyn Harriman Date: Tue, 12 Aug 2014 09:33:32 -0500 Subject: [PATCH] health_check is an optional parameter for ELBs --- website/source/docs/providers/aws/r/elb.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index b2b4a699a..3622d501a 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -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: