From 8bced4f05929d65c22676bc1eb0dbdf9d9260d54 Mon Sep 17 00:00:00 2001 From: Mike Zupan Date: Fri, 3 Mar 2017 11:09:58 -0800 Subject: [PATCH] adding missing subnet attributes (#12402) --- .../source/docs/providers/azurerm/r/subnet.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/subnet.html.markdown b/website/source/docs/providers/azurerm/r/subnet.html.markdown index 13a46f839..b5a8380da 100644 --- a/website/source/docs/providers/azurerm/r/subnet.html.markdown +++ b/website/source/docs/providers/azurerm/r/subnet.html.markdown @@ -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