syntax fix

This commit is contained in:
tolerryan
2025-11-15 00:03:51 -06:00
parent fe4f4e4657
commit 755974d3f6

View File

@@ -4,7 +4,7 @@ resource "proxmox_lxc" "downloader" {
vmid = 222 vmid = 222
ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
password = "terraform" password = "terraform"
privileged = true unprivileged = false
cores = 6 cores = 6
memory = 2096 memory = 2096
swap = 1024 swap = 1024