Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
06/26/2020, 1:47 PM
This message was deleted.
l
lemon-agent-27707
06/26/2020, 4:27 PM
you will need to do the serialization from within Apply:
https://www.pulumi.com/docs/intro/concepts/programming-model/#apply
Since you need to wait for multiple outputs, you'll need to use
.All(...).Apply(...)
lemon-agent-27707
06/26/2020, 4:28 PM
Pulumi Outputs are kind of like javascript promises (they are implemented with python futures)
lemon-agent-27707
06/26/2020, 4:28 PM
You can't access the raw value of the output unless you call
.Apply
on it.
2
Views
Open in Slack
Previous
Next