Skip to content

Commit

Permalink
docs: update r/virtual_machine docs
Browse files Browse the repository at this point in the history
Updates `r/virtual_machine` docs for `instant_clone`.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored and tenthirtyam committed Mar 6, 2024
1 parent 82fc0b6 commit 2498f89
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 @@ -1075,9 +1075,9 @@ The options available in the `clone` block are:

* `template_uuid` - (Required) The UUID of the source virtual machine or template.

* `instant_clone` - (Optional) Clone the virtual machine from a running powered on virtual machine. Default: `false`.
* `instant_clone` - (Optional) Clone the virtual machine from a running powered on virtual machine. Supported on vSphere 6.7 and later. Default: `false`. Only one of `instant_clone` or `linked_clone` can be set to `true`.

* `linked_clone` - (Optional) Clone the virtual machine from a snapshot or a template. Default: `false`.
* `linked_clone` - (Optional) Clone the virtual machine from a snapshot or a template. Default: `false`. Only one of `linked_clone` or `instant_clone` can be set to `true`.

* `timeout` - (Optional) The timeout, in minutes, to wait for the cloning process to complete. Default: 30 minutes.

Expand Down

0 comments on commit 2498f89

Please sign in to comment.