From 503e4c395c928ceff0ca489764506a6c079abec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:03:19 +0100 Subject: [PATCH] a --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 8e36abe..f21a6c4 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { pool = "resource-pool" tags = "iac-tag" os_type = "ubuntu" - ipconfig0 = "ip=192.168.1.24\24" + ipconfig0 = "ip=192.168.1.24/24" cpu { cores = 2 sockets = 1