Compare commits
2 Commits
004d2d5155
...
96f65d5322
| Author | SHA1 | Date | |
|---|---|---|---|
| 96f65d5322 | |||
| d182b00e75 |
@@ -67,7 +67,9 @@ resource "proxmox_vm_qemu" "haproxy" {
|
|||||||
boot = "order=virtio0"
|
boot = "order=virtio0"
|
||||||
onboot = true
|
onboot = true
|
||||||
sshkeys = local.sshkeys
|
sshkeys = local.sshkeys
|
||||||
vga = "serial0"
|
vga {
|
||||||
|
type = "serial0"
|
||||||
|
}
|
||||||
serial {
|
serial {
|
||||||
id = 0
|
id = 0
|
||||||
type = "socket"
|
type = "socket"
|
||||||
@@ -123,7 +125,9 @@ resource "proxmox_vm_qemu" "postgres" {
|
|||||||
boot = "order=virtio0"
|
boot = "order=virtio0"
|
||||||
onboot = true
|
onboot = true
|
||||||
sshkeys = local.sshkeys
|
sshkeys = local.sshkeys
|
||||||
vga = "serial0"
|
vga {
|
||||||
|
type = "serial0"
|
||||||
|
}
|
||||||
serial {
|
serial {
|
||||||
id = 0
|
id = 0
|
||||||
type = "socket"
|
type = "socket"
|
||||||
|
|||||||
Reference in New Issue
Block a user