From 40807a9a0be7f61316e35a0310b61a652cf8fa18 Mon Sep 17 00:00:00 2001 From: Virgil Date: Fri, 13 Dec 2019 13:33:06 +0100 Subject: [PATCH] Add documentation about the vga option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fb0be03..5186c9d 100644 --- a/README.md +++ b/README.md @@ -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"