output "shortname" { value = opennebula_virtual_machine.vm.name } output "fqdn" { value = var.vm_fqdn } output "first_nic_mac" { value = opennebula_virtual_machine.vm.template_nic[0].computed_mac } output "network_interfaces" { value = var.network_interfaces }