mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48:35 +00:00
feat(vm): Add Win 11 as os type (#720)
This commit is contained in:
parent
6c83e07bdf
commit
0eeb7a7fd9
@ -422,6 +422,7 @@ output "ubuntu_vm_public_key" {
|
||||
- `win7` - Windows 7.
|
||||
- `win8` - Windows 8, 2012 or 2012 R2.
|
||||
- `win10` - Windows 10 or 2016.
|
||||
- `win11` - Windows 11
|
||||
- `wvista` - Windows Vista.
|
||||
- `wxp` - Windows XP.
|
||||
- `pool_id` - (Optional) The identifier for a pool to assign the virtual machine
|
||||
|
@ -3370,6 +3370,7 @@ func vmGetOperatingSystemTypeValidator() schema.SchemaValidateDiagFunc {
|
||||
"win7",
|
||||
"win8",
|
||||
"win10",
|
||||
"win11",
|
||||
"wvista",
|
||||
"wxp",
|
||||
}, false))
|
||||
|
Loading…
Reference in New Issue
Block a user