1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #6794 from follower/patch-4

Make `vpc_security_group` docs more accurate
This commit is contained in:
Michael DeHaan 2014-04-29 15:49:57 -04:00
commit d5e254d3c7

View file

@ -125,7 +125,7 @@ options:
aliases: []
vpc_security_groups:
description:
- Comma separated list of one or more vpc security groups. Used only when command=create or command=modify.
- Comma separated list of one or more vpc security group ids. Also requires `subnet` to be specified. Used only when command=create or command=modify.
required: false
default: null
aliases: []