mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
test
This commit is contained in:
parent
4c02da8831
commit
9b5f1a0fee
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ resource "proxmox_vm_qemu" "postgres" {
|
|||
ide {
|
||||
ide2 {
|
||||
cloudinit {
|
||||
storage = local.storage
|
||||
storage = local.postgres.storage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -97,7 +97,7 @@ resource "proxmox_vm_qemu" "postgres" {
|
|||
disk {
|
||||
size = local.postgres.drive
|
||||
format = local.format
|
||||
storage = local.storage
|
||||
storage = local.postgres.storage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue