Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#google-cloud
Title
s
strong-knife-49449
09/10/2020, 9:36 AM
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
green-school-95910
09/10/2020, 1:43 PM
As per the documentation it is a custom annotation on the pod template:
https://cloud.google.com/run/docs/configuring/connecting-vpc#yaml
The connector itself is this one:
https://www.pulumi.com/docs/reference/pkg/gcp/vpcaccess/connector/
s
strong-knife-49449
09/10/2020, 2:09 PM
Awesome thank you
@green-school-95910
🙏
Post