This message was deleted.
# general
s
This message was deleted.
g
I think wrapping it on
pulumi.output
or
pulumi.all
do exactly that
When you call apply on an output it also traverse outputs inside of it
w
pulumi.output(config)
?
g
Yep
w
so
pulumi.output(config).apply(...)
. Cool! thanks.