Yes, there is no currently established way to do this using core features. Advice I've seen several times is to have a zero-resource stack with the shared config as outputs. Then use stack references to get that config.
little-cartoon-10569
09/29/2021, 10:57 PM
However, since you're talking about config that's above all the stacks, then your preferred language's normal config options are probably equally suitable and have a lower overhead.
little-cartoon-10569
09/29/2021, 10:57 PM
And they provide the config in not-outputs.
little-cartoon-10569
09/29/2021, 10:57 PM
That is, I recommend not using Pulumi to solve this problem: use your language of choice.