sparse-intern-71089
06/18/2020, 8:31 PMlittle-cartoon-10569
06/18/2020, 8:40 PMfuture-barista-68134
06/18/2020, 8:40 PMPulumi.yaml
file.
And the best practice is to share config needed for dependent stacks with each other through stack references.
That said, if there is higher level config that you want to set across projects.. you have the full power of programming languages available so you can certainly get creative here.
I’ve seen folks even go so far as create a package that simply has application wide configuration.
You could also create a project/stack just for common configuration settings and consume that as a stack reference for any new project stack that would need the common configuration.astonishing-quill-88807
06/18/2020, 9:05 PMastonishing-quill-88807
06/18/2020, 9:06 PMfuture-barista-68134
06/18/2020, 9:24 PM~/.pulumi/workspaces
.
In automation it’s common to run pulumi stack select [desired stack]
as a first step.future-barista-68134
06/18/2020, 10:40 PM-s
option that you can set to operate on a specific stack as well.astonishing-quill-88807
06/19/2020, 12:21 PM-s
and --cwd
options helps.famous-jelly-72366
06/22/2020, 7:42 AM