adding missing subnet attributes (#12402)

This commit is contained in:
Mike Zupan 2017-03-03 11:09:58 -08:00 committed by Paul Stack
parent d57ee5cc9b
commit 8bced4f059
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,7 @@ resource "azurerm_subnet" "test" {
The following arguments are supported:
* `name` - (Required) The name of the virtual network. Changing this forces a
* `name` - (Required) The name of the subnet. Changing this forces a
new resource to be created.
* `resource_group_name` - (Required) The name of the resource group in which to
@ -59,6 +59,10 @@ The following attributes are exported:
* `id` - The subnet ID.
* `ip_configurations` - The collection of IP Configurations with IPs within this subnet.
* `name` - The name of the subnet.
* `resource_group_name` - The name of the resource group in which the subnet is created in.
* `virtual_network_name` - The name of the virtual network in which the subnet is created in
* `address_prefix` - The address prefix for the subnet
## Import