I’m cross-posting this from <#CDE799L1M|python>, s...
# getting-started
a
I’m cross-posting this from #python, since I think my questions are actually generally applicable.
h
@able-doctor-68496 we are using it to establish the child <-> parent relationship between the component resource and its childs, so we are passing this property to all resources inside the ComponentResource as:
Copy code
opts = ResourceOptions(parent=self)
a
I’m specifically talking about the
props
argument - not
opts
.
h
@able-doctor-68496 dammit, I read props as opts haha, sorry my bad