correct windows vga
All checks were successful
OpenTofu Automation / deploy (push) Successful in 15s

This commit is contained in:
Matt Reeves 2024-11-13 15:42:47 -05:00
parent ec1df9cacf
commit b19c0a134e

View file

@ -47,4 +47,9 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
audio_device {
enabled = true
}
vga {
memory = 16
type = "qxl"
}
}