From b5d555bab02b15525d54cbdce6fd2e5d31bf575f Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Fri, 7 Sep 2018 00:30:58 +0000 Subject: [PATCH] make vpnTunnel.router into a ResourceRef --- lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py | 2 +- .../modules/cloud/google/gcp_compute_vpn_tunnel_facts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py index a23cee5fa833b1..c4adb4f5e0241f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py @@ -199,7 +199,7 @@ description: - URL of router resource to be used for dynamic routing. returned: success - type: str + type: dict peer_ip: description: - IP address of the peer VPN gateway. Only IPv4 is supported. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py index 1348de133ef3ea..9e01a0edf52c0e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py @@ -98,7 +98,7 @@ description: - URL of router resource to be used for dynamic routing. returned: success - type: str + type: dict peer_ip: description: - IP address of the peer VPN gateway. Only IPv4 is supported.