I'm getting this: "<postgres://Calling> [toString]...
# azure
e
I'm getting this: "postgres://Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either\n1 o.apply(v =>
prefix${v}suffix
)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee https://pulumi.io/help/outputs for more details."
a
Have you tried the suggestions proposed in the error message?
e
That link doesn't work