From 92e773faf4684e710636309473869c06719bc0ef Mon Sep 17 00:00:00 2001 From: mistsage2 Date: Sat, 18 Oct 2025 12:07:59 -0400 Subject: [PATCH] Help me I am drowning --- srv-debianlxc.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 748ed25..583e755 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:vztmpl/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" @@ -11,7 +11,7 @@ resource "proxmox_lxc" "basic" { // Terraform will crash without rootfs defined rootfs { - storage = "nfs_Protected" + storage = "local" size = "8G" }