This message was deleted.
# general
s
This message was deleted.
b
you can't have it read all the files, but you can import from other files, and separate the resources into components. See here: https://github.com/jaxxstorm/pulumi-nginx-demo/blob/main/nginx-ingress/app.py and here: https://github.com/jaxxstorm/pulumi-nginx-demo/blob/main/nginx-ingress/__main__.py#L45
the way terraform works sorta violates the "principal of least surprise" to me, executing random files you haven't explicitly imported
💡 1
b
@billowy-army-68599 thanks, it makes sense under modularity perspective.