vpc
VPC Network
NetworkingGCP
General
General information about the service.
Description
Google Cloud VPC provides networking functionality to Compute Engine instances, GKE clusters, and serverless workloads.
Service ID
compute.googleapis.comResource Pattern
projects/{project}/global/networks/{network}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
vpc-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_compute_network" "main" {2 name = "vpc-${var.environment}"3 auto_create_subnetworks = false4}
Utilities
Utilities to support app deployment or configuration.