From eb70dec2ec98d20f45b07f7e4411ae1a55830477 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Wed, 6 Jul 2016 11:28:13 +0200 Subject: [PATCH] Satify my OCD a little :wink: (#7502) --- .../docs/providers/cloudstack/r/network.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/cloudstack/r/network.html.markdown b/website/source/docs/providers/cloudstack/r/network.html.markdown index b89c7e1c7..961edf4b1 100644 --- a/website/source/docs/providers/cloudstack/r/network.html.markdown +++ b/website/source/docs/providers/cloudstack/r/network.html.markdown @@ -34,15 +34,15 @@ The following arguments are supported: * `cidr` - (Required) The CIDR block for the network. Changing this forces a new resource to be created. +* `gateway` - (Optional) Gateway that will be provided to the instances in this + network. Defaults to the first usable IP in the range. + * `startip` - (Optional) Start of the IP block that will be available on the network. Defaults to the second available IP in the range. * `endip` - (Optional) End of the IP block that will be available on the network. Defaults to the last available IP in the range. -* `gateway` - (Optional) Gateway that will be provided to the instances in this - network. Defaults to the first usable IP in the range. - * `network_offering` - (Required) The name or ID of the network offering to use for this network.