This message was deleted.
# typescript
s
This message was deleted.
t
It depends… If you have reusable bits, wrap them into components https://www.pulumi.com/docs/intro/concepts/programming-model/#components Otherwise, split it into files as you see fit, keep related resources close to each other and unrelated separate.
c
Interesting. I will dive into that by trying it out. 🙂