diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 14f2731..748ed25 100644 --- a/srv-debianlxc.tf +++ b/srv-debianlxc.tf @@ -1,7 +1,7 @@ resource "proxmox_lxc" "basic" { target_node = "pve" hostname = "lxc-basic" - ostemplate = "nfs_Vulnerable:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" + ostemplate = "local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "BasicLXCContainer" unprivileged = true description = "Nice"