diff options
author | Thomas Hipp <thomashipp@gmail.com> | 2017-09-22 12:22:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 12:22:06 +0200 |
commit | 5dc5400f354238a7b6df72b8ae84d2ef45339914 (patch) | |
tree | 27954c23dc801dfe0a244f4fec869d41e2846853 /website | |
parent | 8dcb4a10b34acadd150f933d1ab744a169d9795f (diff) | |
parent | ae27c1b16dc6dbd6c83a8a6e3689ccb425ae5305 (diff) | |
download | terraform-provider-libvirt-5dc5400f354238a7b6df72b8ae84d2ef45339914.tar terraform-provider-libvirt-5dc5400f354238a7b6df72b8ae84d2ef45339914.tar.gz |
Merge pull request #180 from deasmi/machinearchupdate
Full support for arch,machine & emulator settings
Diffstat (limited to 'website')
-rw-r--r-- | website/docs/r/domain.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/docs/r/domain.html.markdown b/website/docs/r/domain.html.markdown index 82b354b9..c9bbfbaa 100644 --- a/website/docs/r/domain.html.markdown +++ b/website/docs/r/domain.html.markdown @@ -57,6 +57,7 @@ The following arguments are supported: defaults to the wrong machine type for your template * `boot_device` - (Optional) A list of devices (dev) which defines boot order. Example [below](#define-boot-device-order). +* `emulator` - (Optional) The path of the emulator to use ### UEFI images |