Skip to content

Commit

Permalink
Update guest_id values
Browse files Browse the repository at this point in the history
Update `guest_id` and `alternate_guest_name` to correctly mention `otherGuest` and `otherGuest64` - not `other` and `other-t64`
  • Loading branch information
Ryan Johnson authored Dec 21, 2021
1 parent b6e658d commit 6aed01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,11 @@ The following options are general virtual machine and provider workflow options:

* `vapp` - (Optional) Used for vApp configurations. The only sub-key available is `properties`, which is a key/value map of properties for virtual machines imported from and OVF/OVA. See [Using vApp Properties for OVF/OVA Configuration](#using-vapp-properties-for-ovf-ova-configuration) for more information.

* `guest_id` - (Optional) The guest ID for the operating system type. For a full list of possible values, see [here][vmware-docs-guest-ids]. Default: `other-64`.
* `guest_id` - (Optional) The guest ID for the operating system type. For a full list of possible values, see [here][vmware-docs-guest-ids]. Default: `otherGuest64`.

[vmware-docs-guest-ids]: https://code.vmware.com/apis/358/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html

* `alternate_guest_name` - (Optional) The guest name for the operating system when `guest_id` is `other` or `other-64`.
* `alternate_guest_name` - (Optional) The guest name for the operating system when `guest_id` is `otherGuest` or `otherGuest64`.

* `annotation` - (Optional) A user-provided description of the virtual machine. The default is no annotation.

Expand Down

0 comments on commit 6aed01f

Please sign in to comment.