mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
corrected required docs as only boolean is allowed
these complex values were not displayed and would always show the fields as requried
This commit is contained in:
@@ -24,8 +24,8 @@ version_added: "1.4"
|
||||
options:
|
||||
cidr_block:
|
||||
description:
|
||||
- "The cidr block representing the VPC, e.g. 10.0.0.0/16"
|
||||
required: false, unless state=present
|
||||
- "The cidr block representing the VPC, e.g. 10.0.0.0/16", required when I(state) is 'present'.
|
||||
required: false
|
||||
instance_tenancy:
|
||||
description:
|
||||
- "The supported tenancy options for instances launched into the VPC."
|
||||
|
||||
@@ -68,7 +68,7 @@ options:
|
||||
cache_subnet_group:
|
||||
description:
|
||||
- The subnet group name to associate with. Only use if inside a vpc. Required if inside a vpc
|
||||
required: conditional
|
||||
required: false
|
||||
default: None
|
||||
version_added: "1.7"
|
||||
security_group_ids:
|
||||
|
||||
Reference in New Issue
Block a user