This message was deleted.
# golang
s
This message was deleted.
i
you likely want
pulumi.Sprintf
which works similarly to
fmt.Sprintf
but knows to wait for outputs to resolve before formatting the string - See https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs-and-strings
👍 1
m
How could I have missed this, thanks for the help. It worked.
🎉 1