A constructor (resource A) needs a `*string` but a...
# golang
f
A constructor (resource A) needs a
*string
but all I can provide is a
pulumi.StringOutput
from resource B. How do I force the resolution of the StringOutput before A is initialized? I do not want to init A inside the
Apply
functions of B's outputs, because that gives me inaccurate previews.