This message was deleted.
# general
s
This message was deleted.
g
Yeah, there’s a
pulumi.output
function in each SDK that does this. https://www.pulumi.com/docs/reference/pkg/#package-documentation Not sure which language you’re using, but here’s the example for NodeJS: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#output
n
python, but it seems output is a module and doesn't work
and the class Output looks for additional params 🤔
ok,apparently in python the right way is doing
pulumi.Output.from_input
thanks anyway for poiting me in the right direction!
🎉 1