Add serial

This commit is contained in:
2025-02-15 13:01:59 -06:00
parent 004d2d5155
commit d182b00e75

View File

@@ -67,7 +67,7 @@ resource "proxmox_vm_qemu" "haproxy" {
boot = "order=virtio0"
onboot = true
sshkeys = local.sshkeys
vga = "serial0"
vga = "serial0"
serial {
id = 0
type = "socket"
@@ -123,7 +123,9 @@ resource "proxmox_vm_qemu" "postgres" {
boot = "order=virtio0"
onboot = true
sshkeys = local.sshkeys
vga = "serial0"
vga {
type = "serial0"
}
serial {
id = 0
type = "socket"