test
This commit is contained in:
@@ -88,7 +88,7 @@ resource "proxmox_vm_qemu" "postgres" {
|
|||||||
ide {
|
ide {
|
||||||
ide2 {
|
ide2 {
|
||||||
cloudinit {
|
cloudinit {
|
||||||
storage = local.storage
|
storage = local.postgres.storage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -97,7 +97,7 @@ resource "proxmox_vm_qemu" "postgres" {
|
|||||||
disk {
|
disk {
|
||||||
size = local.postgres.drive
|
size = local.postgres.drive
|
||||||
format = local.format
|
format = local.format
|
||||||
storage = local.storage
|
storage = local.postgres.storage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user