This message was deleted.
# typescript
s
This message was deleted.
s
We have a blog post that you should find useful on this subject: https://www.pulumi.com/blog/iac-recommended-practices-structuring-pulumi-projects/ In general, I would recommend starting simple and evolving your codebase from there. I don't think you'll need something as elaborate as what you have above (although it does look very well thought-out).
m
This actually looks pretty good to me (
dist
being presumably all generated code), but agree with Josh that starting simple is good. Curious what you’re planning on putting in those
variable
files, though — that looks like the kind of thing that’d typically be handled with stack configuration.