https://pulumi.com logo
f

future-kite-91191

04/09/2020, 4:52 PM
Hi! Question about config yaml files. Config data is organized using
Pulumi.<stack-name>.yaml
files for each stack. But how can I specify default values that apply to all stacks? Can I specify config data at project level and the
Pulumi.<stack-name>.yaml
can override it? Some settings are the same for all stacks most of the time, would be handy to keep it DRY. Is that possible?
b

boundless-airport-99052

04/09/2020, 5:13 PM
Hello, you can put this default values in code directly.
👍 1
f

future-kite-91191

04/09/2020, 7:41 PM
True, yes that's what I'm doing at the moment.
But it would be handy if we can for example set config data inside the project yaml file that is available to all stacks.