corrected required to be bool instead of list

pull/18777/head
Nick Aslanidis 9 years ago committed by Matt Clay
parent 61668019f4
commit 7d41532bb2

@ -35,15 +35,11 @@ options:
name: name:
description: description:
- name of the vgw to be created or deleted - name of the vgw to be created or deleted
required: required: false
- true when combined with a state of 'present'
- false when combined with a state of 'absent'
type: type:
description: description:
- type of the virtual gateway to be created - type of the virtual gateway to be created
required: required: false
- true when combined with a state of 'present'
- false when combined with a state of 'absent'
vpn_gateway_id: vpn_gateway_id:
description: description:
- vpn gateway id of an existing virtual gateway - vpn gateway id of an existing virtual gateway
@ -63,8 +59,8 @@ options:
required: false required: false
author: Nick Aslanidis (@naslanidis) author: Nick Aslanidis (@naslanidis)
extends_documentation_fragment: extends_documentation_fragment:
- aws - aws
- ec2 - ec2
''' '''
EXAMPLES = ''' EXAMPLES = '''

Loading…
Cancel
Save