https://pulumi.com logo
#golang
Title
# golang
s

swift-machine-98066

09/16/2022, 3:15 PM
does anyone have a example of a 3-tier network setup in golang with outputs? I have code for the making the vpc, subnets but not sure how to make the igw, nats and rt's
s

salmon-account-74572

09/16/2022, 8:02 PM
Yes, I have an example I can share with you. It’s in a private repository right now; let me get it somewhere you’re able to access it.
This may not be the most elegant code, but it works: https://gist.github.com/scottslowe/e182e0aa36475dad4aad905963d09082
🙌 1
s

swift-machine-98066

09/16/2022, 8:13 PM
awesome thanks for the pointer 🙂 i thought you could do a depends 🙂
s

salmon-account-74572

09/16/2022, 8:27 PM
Let me know if you have questions!
4 Views