Hi :wave: - I’m struggling to replicate in Pulumi...
# google-cloud
s
Hi 👋 - I’m struggling to replicate in Pulumi something I can do through the console UI which is to create a VPC Connector for a Cloud Run Service. Does anyone know what the right resource is that I’m looking for? Is it
gcp_._servicenetworking_._Connection
?
g
As per the documentation it is a custom annotation on the pod template: https://cloud.google.com/run/docs/configuring/connecting-vpc#yaml
s
Awesome thank you @green-school-95910 🙏