https://pulumi.com logo
f

full-dress-10026

09/27/2018, 11:11 PM
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

white-balloon-205

09/28/2018, 1:37 AM
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.