Add documentation about the vga option

This commit is contained in:
Virgil 2019-12-13 13:33:06 +01:00
parent 0d1d81bf88
commit 40807a9a0b

View File

@ -136,6 +136,14 @@ resource "proxmox_vm_qemu" "prepprovision-test" {
bootdisk = "virtio0"
# HA, you need to use a shared disk for this feature (ex: rbd)
hastate = ""
#Display
vga {
type = "std"
#Between 4 and 512, ignored if type is defined to serial
memory = 4
}
network {
id = 0
model = "virtio"