data "virtfusion_hypervisors" "all" {} output "hypervisor_names" { value = [for h in data.virtfusion_hypervisors.all.hypervisors : h.name] }