[deploy-opentofu]

This commit is contained in:
2025-10-15 12:54:20 +00:00
parent 905b749a09
commit d9f9620123

View File

@ -178,12 +178,6 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
gateway = each.value.gateway
}
}
ip_config {
ipv4 {
address = each.value.ip
gateway = each.value.gateway
}
}
user_data_file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id
}