From 58879354da4693924f3d047bb553f64e10e9bd90 Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Mon, 3 Oct 2016 16:25:56 +0200 Subject: Documentation: add "running" argument to domain --- docs/providers/libvirt/r/domain.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/providers/libvirt') 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 -- cgit v1.2.3