This message was deleted.
# general
s
This message was deleted.
w
An Input is just an alias for
T | Output<T>
so there are no methods on it. You can convert an Input to an Output and use
apply
on that with
pulumi.output(input).apply()
.
g
yes, I meant if there is a utility method somewhere
I’ll try this one thanks