https://pulumi.com logo
#general
Title
# general
m

miniature-nest-23801

09/20/2021, 5:39 PM
Hi, I just came across the pulumi automation API, I haven't tried it yet but would someone be able to advise if automation API is something that we have to sign up for or will it work completely offline ?
c

crooked-pillow-11944

09/20/2021, 5:41 PM
It works without signup
❤️ 1
It's its own module
m

miniature-nest-23801

09/20/2021, 5:46 PM
I see, and if I would want to use it for end-to-end deployment. AKA 1. Have some python infrastructure defined with pulumi 2. use same .py file to run the plan of deployment to stdout 3. query 3rd party API for approval 4. if approved run apply on given plan 5. otherwise exit Would I be able to use automation api be able to do something like this ? Also, I take it this feature is just available as part of the product and free yes ?
r

red-match-15116

09/20/2021, 5:48 PM
Take a look at the examples repo for insight into what is possible https://github.com/pulumi/automation-api-examples
👍 1
2 Views