does anyone have a example of a 3-tier network set...
# golang
s
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
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
awesome thanks for the pointer 🙂 i thought you could do a depends 🙂
s
Let me know if you have questions!