Fixed Volume ID

This commit is contained in:
2025-10-18 11:01:56 -04:00
parent d534503c54
commit 768b778c69

View File

@@ -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"