Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
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
general
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
#general
Title
# general
f
future-window-78560
05/09/2022, 4:55 AM
Hey Team How can we enable IP forwarding for GCE ? and assign network interface card = gVNIC to GCE through pulumi ??
m
microscopic-cpu-38113
05/09/2022, 5:03 AM
Copy code
canIpForward: true,
hmm ... it's just a property in the instance resource right? in our case we enabled IAP tunnel to access the GCE which we use it as bastion.
3 Views
Post