https://pulumi.com logo
b

bored-river-53178

02/02/2020, 10:11 PM
I need to write a referenced stack output value to a file as a string, but functions like apply(), all() etc only produce other Output values, while I need a plain string. Previously I just used getOutputSync but it hangs with newer nodejs versions. Referenced stack outputs are known before I run 'pulumi up', so it's not clear to me, why it is so hard to get the underlying values.