I have been working with Terrraform as IaC and usi...
# python
i
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
I think an automation API might work for you. See https://www.pulumi.com/docs/guides/automation-api/
🙏 1
2
i
great thank you very much!!!!