From 5a39672efadfffb93c49a0acd1a1e67bdba0c306 Mon Sep 17 00:00:00 2001
From: Ben <budlight@gmail.com>
Date: Thu, 24 Apr 2014 11:56:25 -0600
Subject: [PATCH] documentation fix availability_zones should be required for
 ec2_asg

---
 library/cloud/ec2_asg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/cloud/ec2_asg b/library/cloud/ec2_asg
index 6528d951180..971a2a8c728 100644
--- a/library/cloud/ec2_asg
+++ b/library/cloud/ec2_asg
@@ -40,7 +40,7 @@ options:
   availability_zones:
     description:
       - List of availability zone names in which to create the group.
-    required: false
+    required: true
   launch_config_name:
     description:
       - Name of the Launch configuration to use for the group. See the ec2_lc module for managing these.