https://pulumi.com logo
Title
g

gorgeous-minister-41131

06/10/2021, 1:51 AM
Is there a way yet, in pulumi, to have project-wide configurations vs just stack? without implementing a custom system, copy-pasta is rampant in a lot of our projects unless I use custom map mergers, and do all of the configuration logic in code… which defeats the purpose of even using pulumi’s config system outside of secrets.
l

little-cartoon-10569

06/10/2021, 2:09 AM
The current recommendation is to have a "config" project, with just one stack, and all your project-wide config as outputs. Then all the stacks in your "real" project use stack references on the config project.
Or else use whatever config features your preferred language / libraries provide.