This message was deleted.
# general
s
This message was deleted.
c
I tried using
pulumi.interpolate
but it doesn't seem to work for me
l
You don't need to do anything. Input<string> is
Output<string> | string
.
You can cast, if you need to. You generally shouldn't need to.
c
hah, nice
I figured out
Output<string> | string
worked for me
but replacing that with
Input<string>
is even better