This message was deleted.
# general
s
This message was deleted.
g
Resource graph is the main feature of it. But also it should inherit providers https://www.pulumi.com/docs/intro/concepts/resources/options/parent/
👍 2
o
Inheriting other resource options such as provider/providers is the primary reason to use
parent
. Unless you're creating a ComponentResource you generally do not need to set a parent. The other reason to use
parent
, closely tied to component resources, is that logical names are unique at the "URN" level, and setting the
parent
resource option modifies the resource's URN to include the parent's URN.