mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07: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:
parent
1bdc3b3bb0
commit
37513ca8bb
5 changed files with 11 additions and 8 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue