Two common workarounds:
1. Dave a project with a single stack, for the common config. Access the common config via stack references.
2. Do it using ordinary config support in your preferred language.
little-cartoon-10569
06/14/2022, 12:04 AM
While Pulumi config is handy, it's not special in any way: you may prefer to use a different way of getting app configuration values from config files. It's fine to do that.