From 84bfa669f6f842085a55a05dfc2d3f13b14fef33 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 16:20:45 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 199b6cd..814ded8 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { initialization { ip_config { ipv4 { - address = "192.168.1.24" + address = "192.168.1.24/24" } }