Satify my OCD a little 😉 (#7502)

This commit is contained in:
Sander van Harmelen 2016-07-06 11:28:13 +02:00 committed by Paul Stack
parent 26cf9e807a
commit eb70dec2ec
1 changed files with 3 additions and 3 deletions

View File

@ -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.