Skip to content

Commit d7c028d

Browse files
ryanmoranstack72
authored andcommitted
Update dns_zone.html.markdown (hashicorp#8273)
1 parent 7938eaf commit d7c028d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/source/docs/providers/azurerm/r/dns_zone.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following attributes are exported:
3939
* `id` - The DNS Zone ID.
4040
* `max_number_of_record_sets` - (Optional) Maximum number of Records in the zone. Defaults to `1000`.
4141
* `number_of_record_sets` - (Optional) The number of records already in the zone.
42+
* `name_servers` - (Optional) A list of values that make up the NS record for the zone.
4243

4344

4445
## Import
@@ -47,4 +48,4 @@ DNS Zones can be imported using the `resource id`, e.g.
4748

4849
```
4950
terraform import azurerm_dns_zone.zone1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/dnsZones/zone1
50-
```
51+
```

0 commit comments

Comments
 (0)