This message was deleted.
# general
s
This message was deleted.
b
I don't think this is the right use case for pulumi because the lifecycle or generation process of code will differ greatly from the process of provisioning cloud resources. Meaning conceptually
Create
might make sense but
Destroy
or
Replace
or things like that don't really make sense, so it would be a difficult application of pulumi, like trying to fit a square peg in a round hole, and probably would hamper more than help your code generation process. That said I'm sure there are code gen / templating tools for the NodeJS space that can help you accomplish what you want to do
b
Thank you for taking the time to reply. You have a good point and I will see if I can find a more suitable engine for the code generating.