https://pulumi.com logo
Title
b

better-shampoo-48884

03/21/2021, 2:14 PM
for instance using a mongodb instance to store pulumi.yaml and stacks - would my program need to pull these and push them to disk first before the automation would do its thing?
b

bored-oyster-3147

03/21/2021, 4:21 PM
Yes they would need to be in a working directory for the automation api to operate. I’m using an S3 backend for state and migrating all my existing pulumi to inline functions so that I can ditch the project and stack YAML files. The automation api will still create them in the temp directory that it creates but my application will no longer depend on them.