Skip to content

Commit

Permalink
feat(vm): Add Win 11 as os type (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Nov 16, 2023
1 parent 6c83e07 commit 0eeb7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/virtual_environment_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions proxmoxtf/resource/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -3370,6 +3370,7 @@ func vmGetOperatingSystemTypeValidator() schema.SchemaValidateDiagFunc {
"win7",
"win8",
"win10",
"win11",
"wvista",
"wxp",
}, false))
Expand Down

0 comments on commit 0eeb7a7

Please sign in to comment.