diff options
author | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-28 10:36:50 +0100 |
---|---|---|
committer | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-28 10:36:50 +0100 |
commit | 9c5744cf13b917700a7cf02f780b7749907a4e10 (patch) | |
tree | b6e91434c0571b724fa29af4340431aa978d1a1b /website | |
parent | 3e82e8a609f1f88278d457685cccd66f3914277c (diff) | |
download | terraform-provider-libvirt-9c5744cf13b917700a7cf02f780b7749907a4e10.tar terraform-provider-libvirt-9c5744cf13b917700a7cf02f780b7749907a4e10.tar.gz |
remove running from documentation
Diffstat (limited to 'website')
-rw-r--r-- | website/docs/r/domain.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/website/docs/r/domain.html.markdown b/website/docs/r/domain.html.markdown index f008501e..01ed1fc3 100644 --- a/website/docs/r/domain.html.markdown +++ b/website/docs/r/domain.html.markdown @@ -31,8 +31,6 @@ The following arguments are supported: will be created. * `memory` - (Optional) The amount of memory in MiB. If not specified the domain will be created with 512 MiB of memory be used. -* `running` - (Optional) Use `false` to turn off the instance. If not specified, - true is assumed and the instance, if stopped, will be started at next apply. * `disk` - (Optional) An array of one or more disks to attach to the domain. The `disk` object structure is documented [below](#handling-disks). * `network_interface` - (Optional) An array of one or more network interfaces to |