Try to fix network issue

This commit is contained in:
Philippe Caseiro 2021-03-23 10:15:14 +01:00
parent 1cdaebf4b3
commit 3e1cb1aed1
1 changed files with 4 additions and 3 deletions

View File

@ -59,14 +59,15 @@ module "vms" {
cpu = each.value.cpu
vcpu = each.value.vcpu
ram = each.value.memory
dynamic "network_interfaces"
{
network_interfaces = {
for_each = each.value.network_interfaces
content {
{
network_id = opennebula_virtual_network.vnet[each.value.network_name].id,
ip = opennebula_virtual_network.vnet[each.value.network_name].ip4
}
}
tag_labels = each.value.labels
system_image_name = each.value.disks.system.name