documentation fix availability_zones should be required for ec2_asg

pull/4420/head
Ben 2014-04-24 11:56:25 -06:00
parent 31f7a0693e
commit 5a39672efa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ options:
availability_zones: availability_zones:
description: description:
- List of availability zone names in which to create the group. - List of availability zone names in which to create the group.
required: false required: true
launch_config_name: launch_config_name:
description: description:
- Name of the Launch configuration to use for the group. See the ec2_lc module for managing these. - Name of the Launch configuration to use for the group. See the ec2_lc module for managing these.