mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-02 04:04:30 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
de2e24dc89
commit
64065c4935
8 changed files with 19 additions and 15 deletions
|
@ -409,7 +409,7 @@ def main():
|
|||
peer_gcp_gateway=dict(type='dict'),
|
||||
router=dict(type='dict'),
|
||||
peer_ip=dict(type='str'),
|
||||
shared_secret=dict(required=True, type='str'),
|
||||
shared_secret=dict(required=True, type='str', no_log=True),
|
||||
ike_version=dict(default=2, type='int'),
|
||||
local_traffic_selector=dict(type='list', elements='str'),
|
||||
remote_traffic_selector=dict(type='list', elements='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue