mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #6794 from follower/patch-4
Make `vpc_security_group` docs more accurate
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user