psc

Private Service Connect

NetworkingGCP
General

General information about the service.

Description

Private Service Connect enables private connectivity to Google APIs and services from your VPC network.

Service ID

compute.googleapis.com

Resource Pattern

projects/{project}/regions/{region}/serviceAttachments/{attachment}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

psc-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_compute_forwarding_rule" "main" {
2 name = "psc-${var.environment}"
3 region = var.region
4 target = "all-apis"
5 network = google_compute_network.main.id
6 load_balancing_scheme = ""
7}
Utilities

Utilities to support app deployment or configuration.