mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Add serial
This commit is contained in:
parent
d182b00e75
commit
96f65d5322
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ resource "proxmox_vm_qemu" "haproxy" {
|
|||
boot = "order=virtio0"
|
||||
onboot = true
|
||||
sshkeys = local.sshkeys
|
||||
vga = "serial0"
|
||||
vga {
|
||||
type = "serial0"
|
||||
}
|
||||
serial {
|
||||
id = 0
|
||||
type = "socket"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue