Add serial

This commit is contained in:
2025-02-15 12:59:54 -06:00
parent 156a75c0a0
commit 004d2d5155

View File

@@ -67,6 +67,11 @@ resource "proxmox_vm_qemu" "haproxy" {
boot = "order=virtio0"
onboot = true
sshkeys = local.sshkeys
vga = "serial0"
serial {
id = 0
type = "socket"
}
disks {
ide {
ide2 {
@@ -118,6 +123,11 @@ resource "proxmox_vm_qemu" "postgres" {
boot = "order=virtio0"
onboot = true
sshkeys = local.sshkeys
vga = "serial0"
serial {
id = 0
type = "socket"
}
disks {
ide {
ide2 {