https://pulumi.com logo
Title
h

hallowed-oil-54879

12/13/2022, 7:55 PM
hey, I wonder if Deployments and Automation API are compatible? e.g. I want to construct a desired state in my service that leverages Pulumi under the hood and then I want to go to Pulumi dashboard, review the changes and deploy it. It looks like Deployment is executing code itself, but at no point I have a code executable by Pulumi Deployment
should I just push a preview via API and then review and deploy without Deployment at all?
l

lemon-agent-27707

12/13/2022, 8:40 PM
I wonder if Deployments and Automation API are compatible?
Both Deployments and Automation API are ways of triggering a
pulumi up
programmatically. They can definitely be used together. We even have remote automation API which runs the update via a deployment rather than on the local machine.
I want to go to Pulumi dashboard, review the changes and deploy it.
You could trigger a preview via the deployments API and then review the output in the Pulumi service console.
We would like to add a deployment approval workflow, which sounds similar to what you're looking for. If you have any ideas or details, we'd really appreciate it if you would open a feature request at github.com/pulumi/service-requests/issues/new