Hi! Question about config yaml files. Config data ...
# general
f
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
Hello, you can put this default values in code directly.
👍 1
f
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.