Merge pull request #1659 from mikeputnam/fix-docs-descrepancy

Upstream docs show launch_config_name as required.
This commit is contained in:
Brian Coca 2015-07-03 22:46:49 -04:00
commit 17bb405578

View file

@ -43,7 +43,7 @@ options:
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.
required: false required: true
min_size: min_size:
description: description:
- Minimum number of instances in group - Minimum number of instances in group