summaryrefslogtreecommitdiff
path: root/website/docs/r/domain.html.markdown
diff options
context:
space:
mode:
authorThomas Hipp <thomashipp@gmail.com>2017-11-30 10:00:28 +0100
committerGitHub <noreply@github.com>2017-11-30 10:00:28 +0100
commit380076c1943ebd10c5e5f54ad4ac751a736c5c1f (patch)
tree1128ef74185f8d01ff66c81781238b035a1ce3ac /website/docs/r/domain.html.markdown
parent3fe13bb19661adfd488ff20d978fbac407e34835 (diff)
parent9c5744cf13b917700a7cf02f780b7749907a4e10 (diff)
downloadterraform-provider-libvirt-380076c1943ebd10c5e5f54ad4ac751a736c5c1f.tar
terraform-provider-libvirt-380076c1943ebd10c5e5f54ad4ac751a736c5c1f.tar.gz
Merge pull request #255 from MalloZup/remove-running
remove running property in net and domain
Diffstat (limited to 'website/docs/r/domain.html.markdown')
-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