update storage

This commit is contained in:
2025-03-25 05:58:17 -05:00
parent eacbe21387
commit 19b50efc81
4 changed files with 53 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "haproxy" {
ide {
ide2 {
cloudinit {
storage = local.storage
storage = local.haproxy.storage
}
}
}
@@ -39,7 +39,7 @@ resource "proxmox_vm_qemu" "haproxy" {
disk {
size = local.haproxy.drive
format = local.format
storage = local.storage
storage = local.haproxy.storage
}
}
}