Hi all, I’m looking to integrate pulumi as a libra...
# general
e
Hi all, I’m looking to integrate pulumi as a library of my application. For example, I want to wrap up Pulumi inside my app to automate the deployment of some resources via a customized prompt as a helper for the final user without using directly the Pulumi command and passing parameters. What are the best practices to do this?
w
Hi 👋, have you seen the automation api? It might be what you are looking for. https://www.pulumi.com/docs/using-pulumi/automation-api/
e
very interesting! thank you @white-vase-18996