Merge pull request #4163 from kaikousa/improve-ec2_lc-documentation
Improve `ec2_lc` documentation on security_groups option
This commit is contained in:
commit
d288ef2abc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ options:
|
|||
required: false
|
||||
security_groups:
|
||||
description:
|
||||
- A list of security groups into which instances should be found
|
||||
- A list of security groups to apply to the instances. For VPC instances, specify security group IDs. For EC2-Classic, specify either security group names or IDs.
|
||||
required: false
|
||||
volumes:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue