From f3829bcd32606703566b9d7bd4eb141d70d62a10 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:39:38 -0600 Subject: [PATCH] testvm vid unique --- testvm.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testvm.tf b/testvm.tf index 5cb1321..027b546 100644 --- a/testvm.tf +++ b/testvm.tf @@ -1,7 +1,7 @@ resource "proxmox_lxc" "test2" { target_node = "ryuk" hostname = "test2" - vmid = 217 + vmid = 500 ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "terraform" unprivileged = true