From 768b778c69c570fd4646cd9b41342a62b8b9f72f Mon Sep 17 00:00:00 2001 From: mistsage2 Date: Sat, 18 Oct 2025 11:01:56 -0400 Subject: [PATCH] Fixed Volume ID --- srv-debianlxc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 50b874e..14f2731 100644 --- a/srv-debianlxc.tf +++ b/srv-debianlxc.tf @@ -1,7 +1,7 @@ resource "proxmox_lxc" "basic" { target_node = "pve" hostname = "lxc-basic" - ostemplate = "local:nfs_Vulnerable/debian-13-standard_13.1-2_amd64.tar.zst" + ostemplate = "nfs_Vulnerable:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "BasicLXCContainer" unprivileged = true description = "Nice"