summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-24 12:00:24 +0100
committerAlvaro <alvaro.saurin@gmail.com>2017-11-27 09:57:46 +0100
commita4e19162a53ec97402eba79aa1a5b28b55743cf3 (patch)
treeb1af85c190913d20fd20152beb85f96fb59ca02a /website
parentf6f1310689089c4f669229a3ac93e75fd5f573c1 (diff)
downloadterraform-provider-libvirt-a4e19162a53ec97402eba79aa1a5b28b55743cf3.tar
terraform-provider-libvirt-a4e19162a53ec97402eba79aa1a5b28b55743cf3.tar.gz
adding documentation about network autostart
Diffstat (limited to 'website')
-rw-r--r--website/docs/r/network.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/docs/r/network.markdown b/website/docs/r/network.markdown
index 1c2f2757..1f4698ad 100644
--- a/website/docs/r/network.markdown
+++ b/website/docs/r/network.markdown
@@ -74,6 +74,8 @@ The following arguments are supported:
one or mode of these blocks in your network definition. You must specify one or
both of `address` and `domain`. You can use either of the forms below to
specify dns_forwarders:
+* `autostart` - (Optional) Set to `true` to start the network on host boot up.
+ If not specified `false` is assumed.
```hcl
resource "libvirt_network" "my_network" {