Skip to content

Commit

Permalink
Add information about how to import virtual machine to state (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitmare01 authored May 3, 2023
1 parent d644519 commit 1676d21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,10 @@ The `project_reference`, `owner_reference`, `availability_zone_reference`, `netw
* `uuid`: - the UUID(Required).

See detailed information in [Nutanix Virtual Machine](http://developer.nutanix.com/reference/prism_central/v3/#vms).

## Import
Nutanix Virtual machines can be imported using the `UUID` eg,

`
terraform import nutanix_virtual_machine.vm01 0F75E6A7-55FB-44D9-A50D-14AD72E2CF7C
`

0 comments on commit 1676d21

Please sign in to comment.