How do I reference other stacks from "MyStack"? I...
# dotnet
f
How do I reference other stacks from "MyStack"? I want to get output from other stacks and use them as "variables", similar to
var p = new Config().Require("parameter")
b
Yes StackReference is your friend here :)