This message was deleted.
# python
s
This message was deleted.
p
so is the trick to have the pulumi.export cause a dependency to happen? I’ll be experimenting this weekend 🙂 Thanks for the response 🙂
i
Yeah - anything that serves as an input or an output to a resource pulls the future to completion.
pulumi.export
sets the value to be an output on the top-level Stack resource, so it works out.