From f797aa6d8b1a144f57a766328fe986cb245213b9 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 15 Oct 2025 21:19:11 +0000 Subject: [PATCH 1/2] [deploy-opentofu] --- proxmox.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proxmox.tf b/proxmox.tf index 8cf0c99..6c506b3 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -177,6 +177,10 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" { address = each.value.ip gateway = each.value.gateway } + ipv4 { + address = each.value.ip3 + gateway = each.value.gateway + } } ip_config { ipv4 { From 58d080dadd1f62b21e2447f131b5e62992aae189 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 15 Oct 2025 21:19:39 +0000 Subject: [PATCH 2/2] a --- proxmox.variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox.variables.tf b/proxmox.variables.tf index bbef036..8a2faf5 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -41,6 +41,7 @@ variable "proxmox_k8s_vms" { node_name = string ip = string ip2 = string + ip3 = string cores = optional(number) memory = optional(number) data_store = optional(string)