Upstream docs show launch_config_name as required.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AutoScalingGroup.html Fixes #11209 Ansible behavior is correct, this commit just updates the docs to reflect that correctness.
This commit is contained in:
parent
ac40d9f41a
commit
0e6e3e097e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue