vpn
Cloud VPN
NetworkingGCP
General
General information about the service.
Description
Google Cloud VPN securely connects your on-premises network to your Google Cloud VPC through an IPsec tunnel.
Service ID
compute.googleapis.comResource Pattern
projects/{project}/regions/{region}/vpnGateways/{gateway}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
vpn-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
region
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_compute_ha_vpn_gateway" "main" {2 name = "vpn-${var.environment}"3 region = var.region4 network = google_compute_network.main.id5}
Utilities
Utilities to support app deployment or configuration.