corrected required to be bool instead of list
This commit is contained in:
parent
fa8eb632f8
commit
9eb9d1c74b
1 changed files with 4 additions and 8 deletions
|
@ -35,15 +35,11 @@ options:
|
|||
name:
|
||||
description:
|
||||
- name of the vgw to be created or deleted
|
||||
required:
|
||||
- true when combined with a state of 'present'
|
||||
- false when combined with a state of 'absent'
|
||||
required: false
|
||||
type:
|
||||
description:
|
||||
- type of the virtual gateway to be created
|
||||
required:
|
||||
- true when combined with a state of 'present'
|
||||
- false when combined with a state of 'absent'
|
||||
required: false
|
||||
vpn_gateway_id:
|
||||
description:
|
||||
- vpn gateway id of an existing virtual gateway
|
||||
|
|
Loading…
Reference in a new issue