Fixed a couple of typos in azurerm_local_network_gateway docs (#12036)

This commit is contained in:
donaldgray 2017-02-17 14:51:38 +00:00 committed by Paul Stack
parent 586bf51a80
commit 2075ea84e8
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@ The following arguments are supported:
* `location` - (Required) The location/region where the local network gatway is * `location` - (Required) The location/region where the local network gatway is
created. Changing this forces a new resource to be created. created. Changing this forces a new resource to be created.
* `gateway_address` - (Required) The IP address of the gatway to which to * `gateway_address` - (Required) The IP address of the gateway to which to
connect. connect.
* `address_space` - (Required) The list of string CIDRs representing the * `address_space` - (Required) The list of string CIDRs representing the
addredss spaces the gateway exposes. address spaces the gateway exposes.
## Attributes Reference ## Attributes Reference