Hello everyone! How can I convert an Output<str...
# typescript
a
Hello everyone! How can I convert an Output<string> to a string?
g
You can’t do that directly; Outputs are eventual values, so you have to access the value in a callback. See https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs