Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
make vpnTunnel.router into a ResourceRef
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and rambleraptor committed May 20, 2019
1 parent 381feb9 commit b5d555b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5d555b

Please sign in to comment.