summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-28 10:36:50 +0100
committerDario Maiocchi <dmaiocchi@suse.com>2017-11-28 10:36:50 +0100
commit9c5744cf13b917700a7cf02f780b7749907a4e10 (patch)
treeb6e91434c0571b724fa29af4340431aa978d1a1b
parent3e82e8a609f1f88278d457685cccd66f3914277c (diff)
downloadterraform-provider-libvirt-9c5744cf13b917700a7cf02f780b7749907a4e10.tar
terraform-provider-libvirt-9c5744cf13b917700a7cf02f780b7749907a4e10.tar.gz
remove running from documentation
-rw-r--r--website/docs/r/domain.html.markdown2
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