mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-26 07:51:44 -07:00
Merge pull request #6794 from follower/patch-4
Make `vpc_security_group` docs more accurate
This commit is contained in:
commit
d5e254d3c7
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
vpc_security_groups:
|
vpc_security_groups:
|
||||||
description:
|
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
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue