Skip to content

Commit ec1df9c

Browse files
committedNov 13, 2024
add audio device windows
1 parent 1e11125 commit ec1df9c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎terraform/proxmox/windows.tf

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
33
node_name = "pve2"
44
vm_id = 250
55
tags = ["tofu"]
6-
started = false
6+
started = true
77
bios = "ovmf"
88
machine = "q35"
99

@@ -38,9 +38,13 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
3838
tpm_state {
3939
datastore_id = "Fast500Gb"
4040
version = "v2.0"
41-
}
41+
}
4242

4343
operating_system {
4444
type = "win11"
45-
}
45+
}
46+
47+
audio_device {
48+
enabled = true
49+
}
4650
}

0 commit comments

Comments
 (0)
Please sign in to comment.