I have a question to add load balancer target grou...
# general
n
I have a question to add load balancer target group to AWS EKS worker node autoscaling group, when the EKS worker node group is created with eks.NewNodeGroup api in golang, there is an arrayoutput of the node group resource which contains the autoscaling group name, how can I get the autoscaling group name out, the name is like this format eksNodeGroup.Resources[0].autoscalingGroups[0].name, I can only output the resources with eksNodeGroup.Resources.Index(pulumi.Int(0))