It’d be really great if Pulumi could post a python...
# python
p
It’d be really great if Pulumi could post a python only example of using these get_ functions and linking a ComponentResource and/or CustomResource into the DAG because currently it does not appear that this is possible in the same way as it is in JS/TS.
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.