Hi, what is the best way to convert a `pulumi.Stri...
# golang
l
Hi, what is the best way to convert a
pulumi.StringOutput
to a native Golang string?
I found that this is only possible within an
ApplyT
. Got it working
g
fmt.Sprintf 😉