Hi guys, I was wondering if there is any way to get rid of the “pulumi up” and run everything programatically. I was trying to create a Go library for infrastructure and I was evaluating pulumi, so I was wondering if I could do everything from some function. Is that possible?
c
creamy-nail-67991
09/24/2021, 10:09 AM
Hi,
It should be possible to do what you are describing with the "newish" automation API. I have not used it personally so I cannot comment on how far you can go but here it is
https://www.pulumi.com/docs/guides/automation-api/
I have seen a demo that the whole pulumi process has been wrapped in an ASP.NET application