Skip to content
output.tf 132 B
Newer Older
Michael Kennedy's avatar
Michael Kennedy committed
output "master_ips" {
   value = module.vsphere_vm_master[*].ip
}
Michael Kennedy's avatar
Michael Kennedy committed

Michael Kennedy's avatar
Michael Kennedy committed
output "worker_ips" {
   value = module.vsphere_vm_worker[*].ip
}