I need to write a referenced stack output value to...
# general
b
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.