This message was deleted.
# general
s
This message was deleted.
l
ComponentResources are the way to go. Essentially, OO for resources. https://www.pulumi.com/docs/intro/concepts/resources/#components
That way you can put your components in your normal source tree, and your main.go stays small and tidy. Just read config, construct a few providers, and pass them all to a few component resources.
🙌 1
g
Great help, thanks alot! 🙂
👍 1