Skip to content

Commit

Permalink
docs: update resource/virtual_machine (#1563)
Browse files Browse the repository at this point in the history
Updated `resource/virtual_machine` docs for:
- `sync_time_with_host`
- `sync_time_with_host_periodically`

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored Oct 16, 2023
1 parent 6aa0e84 commit f48cce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,10 @@ The following options control boot settings on a virtual machine:

The following options control VMware Tools settings on the virtual machine:

* `sync_time_with_host` - (Optional) Enable the guest operating system to synchronization its clock with the host when the virtual machine is powered on or resumed. Requires vSphere 7.0 Update 1 and later. Requires VMware Tools to be installed.

* `sync_time_with_host_periodically` - (Optional) Enable the guest operating system to periodically synchronize its clock with the host. Requires vSphere 7.0 Update 1 and later. On previous versions, setting `sync_time_with_host` is will enable periodic synchronization. Requires VMware Tools to be installed.

* `run_tools_scripts_after_power_on` - (Optional) Enable post-power-on scripts to run when VMware Tools is installed. Default: `true`.

* `run_tools_scripts_after_resume` - (Optional) Enable ost-resume scripts to run when VMware Tools is installed. Default: `true`.
Expand Down

0 comments on commit f48cce8

Please sign in to comment.