This message was deleted.
# python
s
This message was deleted.
e
Hey Josh - the whole Input/ Output thing takes some getting used to & still trips me up. Worth reading the whole section of the architecture docs to get familiar with it. Either way, you need to apply the output to the json using a closure, either via <https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#apply%7C&lt;your-resource-attribute&gt;.apply()> or use Output.all() (python/ c#) or pulumi.all() (js/ ts, go)