Skip to content

Commit

Permalink
Increase hardware version to 21 (#2038)
Browse files Browse the repository at this point in the history
* Upgrade hardware_version to 21

* Update Docs to hardware_version 21
  • Loading branch information
schneif2 authored Oct 12, 2023
1 parent 326c8eb commit fc3757a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsphere/virtual_machine_config_structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func schemaVirtualMachineConfigSpec() map[string]*schema.Schema {
"hardware_version": {
Type: schema.TypeInt,
Optional: true,
ValidateFunc: validation.IntBetween(4, 19),
ValidateFunc: validation.IntBetween(4, 21),
Description: "The hardware version for the virtual machine.",
Computed: true,
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ The following options are general virtual machine and provider workflow options:

[vmware-docs-guest-ids]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html

* `hardware_version` - (Optional) The hardware version number. Valid range is from 4 to 19. The hardware version cannot be downgraded. See [virtual machine hardware compatibility][virtual-machine-hardware-compatibility] for more information.
* `hardware_version` - (Optional) The hardware version number. Valid range is from 4 to 21. The hardware version cannot be downgraded. See [virtual machine hardware compatibility][virtual-machine-hardware-compatibility] for more information.

[virtual-machine-hardware-compatibility]: https://kb.vmware.com/s/article/2007240

Expand Down

0 comments on commit fc3757a

Please sign in to comment.