https://pulumi.com logo
f

fast-dinner-32080

01/13/2020, 8:42 PM
Is there a way to share config between stacks? I know right now there is a per stack config but I am looking to see if there is a way to also have global config that all stacks share in a project.
g

gentle-diamond-70147

01/13/2020, 8:56 PM
You can use
StackReference
to inherit values from an upstream stack. Here's an example - https://github.com/pulumi/examples/tree/master/aws-ts-stackreference.
f

fast-dinner-32080

01/13/2020, 9:45 PM
Thanks! I will give that a try.