add audio device windows
All checks were successful
OpenTofu Automation / deploy (push) Successful in 21s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 21s
This commit is contained in:
parent
1e11125bcc
commit
ec1df9cacf
1 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
|
|||
node_name = "pve2"
|
||||
vm_id = 250
|
||||
tags = ["tofu"]
|
||||
started = false
|
||||
started = true
|
||||
bios = "ovmf"
|
||||
machine = "q35"
|
||||
|
||||
|
@ -43,4 +43,8 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
|
|||
operating_system {
|
||||
type = "win11"
|
||||
}
|
||||
|
||||
audio_device {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue