You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there is not currently. All resources are parented to the StackComponent, but that resource is constructed automatically without the end user being able to provide and parameters, including resource options.
The Stack resource that users create does accept an options parameter which is derived from ComponentResourceOptions (and thus supports passing parent and provider), but we don't ultimately pass that through into the Pulumi StackComponent resource. I expect we can and should forward this on to allow the normal inheritance of resource options down into component and it's CDK-based children.
The text was updated successfully, but these errors were encountered:
This was asked in community slack.
I believe there is not currently. All resources are parented to the
StackComponent
, but that resource is constructed automatically without the end user being able to provide and parameters, including resource options.The
Stack
resource that users create does accept anoptions
parameter which is derived fromComponentResourceOptions
(and thus supports passingparent
andprovider
), but we don't ultimately pass that through into the PulumiStackComponent
resource. I expect we can and should forward this on to allow the normal inheritance of resource options down into component and it's CDK-based children.The text was updated successfully, but these errors were encountered: