By default when using `ComponentResource` with `de...
# python
c
By default when using
ComponentResource
with
dependsOn
, it does not wait for all the underlying resources to be created first. Is there a way to change that?
b
use
registerResourceOutputs
and set the members to be parented to the component
c
I did not know resources can have a parent. Thank you! For anyone else coming back to this thread, look into this documentation: https://www.pulumi.com/docs/concepts/resources/components/