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.