Hi guys! Is there a way of sharing Configuration v...
# general
p
Hi guys! Is there a way of sharing Configuration values (yaml) in Pulumi? Let's say we are 5 developers, where each developer has its own stack, but all share the same configuration like SqlUsername/SqlPassword, Scaling of an app service plan and so on. How do I achieve that?
w
Not sure if this works, but you could potentially create a stack that you store these configuration values in and then you can reference this stack from the other stacks. But there is probably a many different ways you can do this.
p
I think that this won't work, because it seems only to work for outputs, but not configuration 😕