summaryrefslogtreecommitdiff
path: root/docs/providers/libvirt
diff options
context:
space:
mode:
authorSilvio Moioli <smoioli@suse.de>2016-10-03 16:25:56 +0200
committerGitHub <noreply@github.com>2016-10-03 16:25:56 +0200
commit58879354da4693924f3d047bb553f64e10e9bd90 (patch)
treedf9230f415217077e161d6a445246459efbd037a /docs/providers/libvirt
parentfdd13354ef6a19b0d75cb9f8e395239a2af86317 (diff)
downloadterraform-provider-libvirt-58879354da4693924f3d047bb553f64e10e9bd90.tar
terraform-provider-libvirt-58879354da4693924f3d047bb553f64e10e9bd90.tar.gz
Documentation: add "running" argument to domain
Diffstat (limited to 'docs/providers/libvirt')
-rw-r--r--docs/providers/libvirt/r/domain.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/providers/libvirt/r/domain.html.markdown b/docs/providers/libvirt/r/domain.html.markdown
index b4a3624e..c06490e8 100644
--- a/docs/providers/libvirt/r/domain.html.markdown
+++ b/docs/providers/libvirt/r/domain.html.markdown
@@ -29,6 +29,7 @@ The following arguments are supported:
created with 512 MiB of memory
be used.
* `vcpu` - (Optional) The amount of virtual CPUs. If not specified, a single CPU will be created.
+* `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.
* `network_interface` - (Optional) An array of one or more network interfaces to attach to the domain. The `network_interface` object structure is documented below.
* `metadata` - (Optional) A string containing arbitrary data. This is going to be