https://pulumi.com logo
#python
Title
i

important-magician-41327

11/17/2021, 9:27 AM
I have been working with Terrraform as IaC and using Pyhton to dynamically create terraform scripts and run them inside Pyhton. Now I came across Pulumi and think it would be a better solution. However, I haven’t seen the way to bring up the infrastructure directly from a Python script. Question: Is there a way to execute the CLI commands like “Pulumi up, destroy”?
f

famous-leather-94346

11/17/2021, 11:23 AM
I think an automation API might work for you. See https://www.pulumi.com/docs/guides/automation-api/
🙏 1
2
i

important-magician-41327

11/17/2021, 12:10 PM
great thank you very much!!!!