From d7c028d2106c03bdbaeacd3b810ec1bcba199937 Mon Sep 17 00:00:00 2001 From: Ryan Moran Date: Wed, 17 Aug 2016 14:46:18 -0700 Subject: [PATCH] Update dns_zone.html.markdown (#8273) --- website/source/docs/providers/azurerm/r/dns_zone.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/dns_zone.html.markdown b/website/source/docs/providers/azurerm/r/dns_zone.html.markdown index cc6931f32..88feddcd5 100644 --- a/website/source/docs/providers/azurerm/r/dns_zone.html.markdown +++ b/website/source/docs/providers/azurerm/r/dns_zone.html.markdown @@ -39,6 +39,7 @@ The following attributes are exported: * `id` - The DNS Zone ID. * `max_number_of_record_sets` - (Optional) Maximum number of Records in the zone. Defaults to `1000`. * `number_of_record_sets` - (Optional) The number of records already in the zone. +* `name_servers` - (Optional) A list of values that make up the NS record for the zone. ## Import @@ -47,4 +48,4 @@ DNS Zones can be imported using the `resource id`, e.g. ``` terraform import azurerm_dns_zone.zone1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/dnsZones/zone1 -``` \ No newline at end of file +```