Hi, can we have multiple python files in pulumi pr...
# general
g
Hi, can we have multiple python files in pulumi project? Instead of just one main.py?
b
yes, you just need to import the functions and outputs into the project
it's not like Terraform which will just magically interpolate all the files
112 Views