From b7137ad7c9e4473381ee77337637be7b5cce2d7c 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:00:13 +0100 Subject: [PATCH] proxmox ip and description --- proxmox.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index eb7034c..8e36abe 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -9,7 +9,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { name = "VM-kubernetes-01" target_node = "fenix" vmid = 1001 - desc = "VM kubernetes 01 created via iac" + description = "VM kubernetes 01 created via iac" bios = "seabios" onboot = true vm_state = "running" @@ -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" + ipconfig0 = "ip=192.168.1.24\24" cpu { cores = 2 sockets = 1