diff --git a/modules/nebula/main.tf b/modules/nebula/main.tf index e7342eb..428cdd1 100644 --- a/modules/nebula/main.tf +++ b/modules/nebula/main.tf @@ -101,7 +101,6 @@ resource "opennebula_template" "vm_template" { network_id = nic.value.network_id model = "virtio" mac = nic.value.mac - ip = nic.value.ip } } permissions = var.permissions