Philippe Caseiro
65b95c56a1
This module gives you the ability to create virual machines on OpenNebula Extracted from "Cadoles v2 Production project"
11 lines
241 B
HCL
11 lines
241 B
HCL
output "virtual_machine_shortname" {
|
|
value = opennebula_virtual_machine.vm.name
|
|
}
|
|
|
|
output "virtual_machine_nic0_mac" {
|
|
value = opennebula_virtual_machine.vm.nic[0].mac
|
|
}
|
|
|
|
output "network_interfaces" {
|
|
value = var.network_interfaces
|
|
} |