improve clarifying comments

This commit is contained in:
Bronson Mirafuentes 2021-12-06 14:53:01 -08:00
parent 4c35cf2317
commit e27d726fe5
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ func deregisterInstanceFromClassicLoadBalancer(c AWSCloud, i *cloudinstances.Clo
return nil
}
// there will always be only one loadBalancer in the response.
// there will always be only one ASG in the DescribeAutoScalingGroups response.
loadBalancerNames := asgDetails.AutoScalingGroups[0].LoadBalancerNames
for {