https://pulumi.com logo
#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