change lxc_storage
Deploy Staging / staging (push) Failing after 5s

This commit is contained in:
2026-05-07 17:52:28 +00:00
parent 623d03e559
commit 3a5b252dca
+1 -1
View File
@@ -28,7 +28,7 @@ resource "proxmox_lxc" "staging" {
swap = 512 swap = 512
rootfs { rootfs {
storage = var.lxc_storage storage = "SSD"
size = "10G" size = "10G"
} }