Also, is there a way to use the outputs of one sta...
# general
f
Also, is there a way to use the outputs of one stack in another stack? i.e. run stack A which produces Ouput1 and Output2. Run stack B which uses Output1 and Output2.
w
You can chain these together yourself with something like
pulumi config —stack stackA set foo:bar $(pulumi stack output —stack stackB output)
. We are looking at ways to make this a more integrated experience as part of https://github.com/pulumi/pulumi/issues/109.