Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
appilon committed Apr 14, 2022
1 parent 2f42d82 commit 296ae2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/docs/d/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ data "vsphere_virtual_machine" "development_template" {

The following arguments are supported:

* `name` - (Required) The name of the virtual machine. This can be a name or
the full path relative to the datacenter.
* `name` - (Optional) The name of the virtual machine. This can be a name or
the full path relative to the datacenter. This is required if a UUID lookup
is not performed.
* `uuid` - (Optional) Specify this field for a UUID lookup, `name` and `datacenter_id`
are not required if this is specified.
* `datacenter_id` - (Optional) The [managed object reference
ID][docs-about-morefs] of the datacenter the virtual machine is located in.
This can be omitted if the search path used in `name` is an absolute path.
Expand Down

0 comments on commit 296ae2e

Please sign in to comment.