https://pulumi.com logo
Title
w

worried-knife-31967

03/11/2021, 2:53 PM
Anyone know the structure i'd need to mock to get a stackreference to return outputs? specifically in c#
b

bored-oyster-3147

03/11/2021, 3:18 PM
does a dictionary bag on key "outputs" not work?
w

worried-knife-31967

03/11/2021, 4:16 PM
nope
I which it did đŸ˜„
I'm probably doing some weirdly wrong
you'll love this...
{ "secretOutputNames", new Dictionary<string, object>() }
is required...
sorry...
{ "secretOutputNames", new List<string>() }
b

bored-oyster-3147

03/11/2021, 7:14 PM
lol, that’s odd but makes a weird kind of sense I guess