kind-keyboard-17263
10/17/2025, 10:01 AMqart-psc:
type: gcp:networkconnectivity:ServiceConnectionPolicy
properties:
name: qart-psc
location: us-central1
serviceClass: gcp-sql
network: ${gke-network.id}
pscConfig:
subnetworks:
- ${gke-subnet.id}
limit: 2
options:
dependsOn:
- ${qart-router}
but I do not understand what the serviceClass should be. I have tried either random ids and gcp-sql, but I still no success...modern-zebra-45309
10/17/2025, 10:46 AMgcp-cloud-sql is a valid valuekind-keyboard-17263
10/17/2025, 10:47 AMkind-keyboard-17263
10/17/2025, 10:50 AMpulumi up -y
Previewing update (demo)
View in Browser (Ctrl+O): ...
Type Name Plan
pulumi:pulumi:Stack qart-demo-demo
+ ├─ gcp:networkconnectivity:ServiceConnectionPolicy qart-psc create
+ └─ google-native:sqladmin/v1beta4:Instance qart-postgres create
Resources:
+ 2 to create
5 unchanged
Updating (demo)
View in Browser (Ctrl+O): ...
Type Name Status Info
pulumi:pulumi:Stack qart-demo-demo **failed** 1 error
+ └─ gcp:networkconnectivity:ServiceConnectionPolicy qart-psc **creating failed** 2 errors
Diagnostics:
gcp:networkconnectivity:ServiceConnectionPolicy (qart-psc):
error: sdk-v2/provider2.go:572: sdk.helper_schema: Error creating ServiceConnectionPolicy: googleapi: Error 400: serviceClass gcp-cloud-sql does not exist: invalid argument: provider=google-beta@9.3.0
error: 1 error occurred:
* Error creating ServiceConnectionPolicy: googleapi: Error 400: serviceClass gcp-cloud-sql does not exist: invalid argumentmodern-zebra-45309
10/17/2025, 10:52 AMmodern-zebra-45309
10/17/2025, 10:52 AMkind-keyboard-17263
10/17/2025, 10:52 AMkind-keyboard-17263
10/17/2025, 10:54 AM