mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update storage
This commit is contained in:
parent
eacbe21387
commit
19b50efc81
4 changed files with 53 additions and 50 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue