Hi folks, looking to ask if there are any examples of how Pulumi could be used with a front end UI to trigger infrastructure builds ?
m
many-morning-3811
02/21/2023, 6:30 AM
you could build a front end the triggers a new stack creation. I'd look to leverage gitops. Provision git repo, checkin the stack file, then gitops workflow that does pulumi up
with gitops you will always have a single source of truth, can see all the changes happened to stack over time