Skip to content

Commit

Permalink
docs: guest customizations anchor link (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam authored Apr 29, 2024
1 parent bafc522 commit eb60a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/guest_os_customization.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ The following arguments are supported:
* `description` - The description for the customization specification.
* `last_update_time` - The time of last modification to the customization specification.
* `change_version` - The number of last changed version to the customization specification.
* `spec` - Container object for the guest operating system properties to be customized. See [virtual machine customizations](#virtual-machine-customizations)
* `spec` - Container object for the guest operating system properties to be customized. See [virtual machine customizations](virtual_machine#virtual-machine-customizations)
4 changes: 2 additions & 2 deletions website/docs/r/guest_os_customization.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The following arguments are supported:
* `name` - (Required) The name of the customization specification is the unique identifier per vCenter Server instance.
* `type` - (Required) The type of customization specification: One among: Windows, Linux.
* `description` - (Optional) The description for the customization specification.
* `spec` - Container object for the Guest OS properties about to be customized . See [virtual machine customizations](#virtual-machine-customizations)
* `spec` - Container object for the Guest OS properties about to be customized . See [virtual machine customizations](virtual_machine#virtual-machine-customizations)

## Attribute Reference

* `last_update_time` - The time of last modification to the customization specification.
* `change_version` - The number of last changed version to the customization specification.
* `change_version` - The number of last changed version to the customization specification.

0 comments on commit eb60a80

Please sign in to comment.