From 9782d6906b0c4abd5fe0e91f6f6b06c967cc0dcc 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 --- plugins/modules/gcp_compute_vpn_tunnel.py | 2 +- plugins/modules/gcp_compute_vpn_tunnel_facts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/gcp_compute_vpn_tunnel.py b/plugins/modules/gcp_compute_vpn_tunnel.py index a23cee5..c4adb4f 100644 --- a/plugins/modules/gcp_compute_vpn_tunnel.py +++ b/plugins/modules/gcp_compute_vpn_tunnel.py @@ -199,7 +199,7 @@ RETURN = ''' 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/plugins/modules/gcp_compute_vpn_tunnel_facts.py b/plugins/modules/gcp_compute_vpn_tunnel_facts.py index 1348de1..9e01a0e 100644 --- a/plugins/modules/gcp_compute_vpn_tunnel_facts.py +++ b/plugins/modules/gcp_compute_vpn_tunnel_facts.py @@ -98,7 +98,7 @@ items: 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.