From 72082f5e665f11bd9747ed851b698b79148730a2 Mon Sep 17 00:00:00 2001 From: fcatacut Date: Tue, 4 Aug 2020 23:11:53 -0700 Subject: [PATCH] Updatesdoc for resource_group_name property of azurerm_private_dns_a_record. --- website/docs/r/private_dns_a_record.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/private_dns_a_record.html.markdown b/website/docs/r/private_dns_a_record.html.markdown index 2ee2961c7d40..d97fb65180a7 100644 --- a/website/docs/r/private_dns_a_record.html.markdown +++ b/website/docs/r/private_dns_a_record.html.markdown @@ -38,7 +38,7 @@ The following arguments are supported: * `name` - (Required) The name of the DNS A Record. -* `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. +* `resource_group_name` - (Required) Specifies the resource group where the Private DNS Zone exists. Changing this forces a new resource to be created. * `zone_name` - (Required) Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.