This message was deleted.
# typescript
s
This message was deleted.
f
Never mind, I found it! It was not obvious in the doc, but by inspecting the code I found
Output.create(…)
. Thanks anyway! 👍
w
I believe `pulumi.interpolate`will also result in an Output<string>.
m
l
pulumi.output
would be my preferred choice.
const o: pulumi.Input<string> = pulumi.output(i);