Enable ACPI
This commit is contained in:
@@ -20,7 +20,7 @@ resource "proxmox_virtual_environment_pool" "this" {
|
||||
|
||||
resource "proxmox_virtual_environment_vm" "this" {
|
||||
for_each = var.vm_guests
|
||||
acpi = false
|
||||
acpi = true
|
||||
agent {
|
||||
enabled = true
|
||||
timeout = "10m"
|
||||
@@ -33,6 +33,8 @@ resource "proxmox_virtual_environment_vm" "this" {
|
||||
}
|
||||
}
|
||||
audio_device {
|
||||
device = "intel-hda"
|
||||
driver = "spice"
|
||||
enabled = false
|
||||
}
|
||||
bios = "ovmf"
|
||||
|
||||
Reference in New Issue
Block a user