output "ids" { value = [for lbname, lb in var.lbs: try(azurerm_lb.azlb[lbname].id, null)] description = "List of load balancer ids." }