Merge pull request #6794 from follower/patch-4
Make `vpc_security_group` docs more accurate
This commit is contained in:
commit
de3f7e4225
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…
Reference in a new issue