Skip to content

Commit

Permalink
Added Import documentation (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
glangendam authored Aug 8, 2022
1 parent e767d34 commit 19b52cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/resources/vm_qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,11 @@ The following arguments are deprecated, and should no longer be used.
- `clone_wait` - (do not use, api should manage timeouts)
- `additional_wait` - (do not use, api should manage timeouts)
- `preprovision` - (do not use, provider do not fully support preprovisioning anymore)

## Import

A VM Qemu Resource can be imported using its node, type and VM ID i.e.:

```
$ terraform import [options] [node]/[type]/[vmId]
```

0 comments on commit 19b52cd

Please sign in to comment.