add default nolog param for VPN PreSharedKey (#47788)
This commit is contained in:
parent
d536be6530
commit
0dbac3f3b8
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ def main():
|
||||||
vpn_gateway_id=dict(type='str'),
|
vpn_gateway_id=dict(type='str'),
|
||||||
tags=dict(default={}, type='dict'),
|
tags=dict(default={}, type='dict'),
|
||||||
connection_type=dict(default='ipsec.1', type='str'),
|
connection_type=dict(default='ipsec.1', type='str'),
|
||||||
tunnel_options=dict(type='list', default=[]),
|
tunnel_options=dict(no_log=True, type='list', default=[]),
|
||||||
static_only=dict(default=False, type='bool'),
|
static_only=dict(default=False, type='bool'),
|
||||||
customer_gateway_id=dict(type='str'),
|
customer_gateway_id=dict(type='str'),
|
||||||
vpn_connection_id=dict(type='str'),
|
vpn_connection_id=dict(type='str'),
|
||||||
|
|
Loading…
Reference in a new issue