Skip to main content

GCP Compute Vpn Gateway

A GCP Compute VPN Gateway represents an HA VPN gateway within Google Cloud. The gateway provides a highly-available IPsec VPN termination point that allows your on-premises or other cloud networks to connect securely to a Google VPC network. Each HA VPN gateway is distributed across two zones in a region, offering automatic fail-over and up to 99.99 % availability. Tunnels created on the gateway can carry both IPv4 and IPv6 traffic and support dynamic or static routing.
For full details see the official Google documentation: https://cloud.google.com/compute/docs/reference/rest/v1/vpnGateways/get

Terrafrom Mappings:

  • google_compute_ha_vpn_gateway.name

Supported Methods​

  • GET: Get a gcp-compute-vpn-gateway by its "name"
  • LIST: List all gcp-compute-vpn-gateway
  • SEARCH

ip​

Each HA VPN gateway is assigned one or two external static IP addresses. Overmind links the gateway to these ip resources so that you can trace which public endpoints will become exposed when the gateway is created or modified.

gcp-compute-network​

A VPN gateway must be attached to a specific VPC network in the same region. This link lets Overmind show the relationship between the gateway and the underlying gcp-compute-network, making it easier to understand routing implications and dependency chains within your deployment.