aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoman Sokolkov <rsokolkov@mirantis.com>2017-02-17 17:19:31 +0100
committerRoman Sokolkov <rsokolkov@mirantis.com>2017-02-17 18:19:07 +0100
commit339552acf2ac1c71a628cb529e95366255c7c4dc (patch)
tree39e1f69ce672ca35d0a243623889cdc59837c0be /docs
parentaeaee868666a6017b9bd0539c618711c4d15ea0d (diff)
downloadterraform-provider-libvirt-339552acf2ac1c71a628cb529e95366255c7c4dc.tar
terraform-provider-libvirt-339552acf2ac1c71a628cb529e95366255c7c4dc.tar.gz
[Docs] Clearer description for "addresses" param
Diffstat (limited to 'docs')
-rw-r--r--docs/providers/libvirt/r/network.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/providers/libvirt/r/network.markdown b/docs/providers/libvirt/r/network.markdown
index c27bdbcc..8db2366c 100644
--- a/docs/providers/libvirt/r/network.markdown
+++ b/docs/providers/libvirt/r/network.markdown
@@ -48,8 +48,8 @@ The following arguments are supported:
* `name` - (Required) A unique name for the resource, required by libvirt.
Changing this forces a new resource to be created.
* `domain` - The domain used by the DNS server.
-* `addresses` - A list of (0 or 1) ipv4 and (0 or 1) ipv6 ranges for being
- served by the DHCP server.
+* `addresses` - A list of (0 or 1) ipv4 and (0 or 1) ipv6 subnets in CIDR notation
+ format for being served by the DHCP server. Address of subnet should be used.
* `mode` - One of:
- `none`: the guests can talk to each other and the host OS, but cannot reach
any other machines on the LAN.