https://pulumi.com logo
Title
p

proud-artist-4864

05/24/2019, 5:46 AM
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

proud-artist-4864

05/25/2019, 3:25 AM
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

incalculable-sundown-82514

05/28/2019, 11:55 PM
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.