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