Hi:) I have the following ComponentResource in som...
# golang
w
Hi:) I have the following ComponentResource in some existing stack:
Copy code
type MultiAutoScalingGroupComponent struct {
    pulumi.ResourceState

    AutoScalingGroups map[string]*AutoScalingGroup
}
And I wonder what is the preferred way to recreate/resolve it from the stack?