diff --git a/website/docs/r/dns_a_record.html.markdown b/website/docs/r/dns_a_record.html.markdown index 1907ae0cfde9..c973aeac68a6 100644 --- a/website/docs/r/dns_a_record.html.markdown +++ b/website/docs/r/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 DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. diff --git a/website/docs/r/dns_aaaa_record.html.markdown b/website/docs/r/dns_aaaa_record.html.markdown index 6a521b2bd906..f53abab4444f 100644 --- a/website/docs/r/dns_aaaa_record.html.markdown +++ b/website/docs/r/dns_aaaa_record.html.markdown @@ -38,7 +38,7 @@ The following arguments are supported: * `name` - (Required) The name of the DNS AAAA 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 DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. diff --git a/website/docs/r/dns_caa_record.html.markdown b/website/docs/r/dns_caa_record.html.markdown index a66a7a7b43d5..05e2ca107723 100644 --- a/website/docs/r/dns_caa_record.html.markdown +++ b/website/docs/r/dns_caa_record.html.markdown @@ -64,7 +64,7 @@ The following arguments are supported: * `name` - (Required) The name of the DNS CAA 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 DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. diff --git a/website/docs/r/dns_cname_record.html.markdown b/website/docs/r/dns_cname_record.html.markdown index adc7ec845c51..3c289e87d04f 100644 --- a/website/docs/r/dns_cname_record.html.markdown +++ b/website/docs/r/dns_cname_record.html.markdown @@ -38,7 +38,7 @@ The following arguments are supported: * `name` - (Required) The name of the DNS CNAME 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 DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. diff --git a/website/docs/r/dns_mx_record.html.markdown b/website/docs/r/dns_mx_record.html.markdown index 1cb378d93408..fb92d4efeb37 100644 --- a/website/docs/r/dns_mx_record.html.markdown +++ b/website/docs/r/dns_mx_record.html.markdown @@ -52,7 +52,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. -* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. +* `zone_name` - (Required) Specifies the DNS Zone where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds. diff --git a/website/docs/r/dns_ns_record.html.markdown b/website/docs/r/dns_ns_record.html.markdown index 655cf7278feb..23d1a7622498 100644 --- a/website/docs/r/dns_ns_record.html.markdown +++ b/website/docs/r/dns_ns_record.html.markdown @@ -44,7 +44,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. -* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. +* `zone_name` - (Required) Specifies the DNS Zone where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds. diff --git a/website/docs/r/dns_ptr_record.html.markdown b/website/docs/r/dns_ptr_record.html.markdown index 26cd09ff93ad..efd42868dae9 100644 --- a/website/docs/r/dns_ptr_record.html.markdown +++ b/website/docs/r/dns_ptr_record.html.markdown @@ -40,7 +40,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. -* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. +* `zone_name` - (Required) Specifies the DNS Zone where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds. diff --git a/website/docs/r/dns_srv_record.html.markdown b/website/docs/r/dns_srv_record.html.markdown index e46733682b9e..53b2eb8e1424 100644 --- a/website/docs/r/dns_srv_record.html.markdown +++ b/website/docs/r/dns_srv_record.html.markdown @@ -49,7 +49,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. -* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. +* `zone_name` - (Required) Specifies the DNS Zone where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds. diff --git a/website/docs/r/dns_txt_record.html.markdown b/website/docs/r/dns_txt_record.html.markdown index 729fee670e60..5a61b14627c7 100644 --- a/website/docs/r/dns_txt_record.html.markdown +++ b/website/docs/r/dns_txt_record.html.markdown @@ -50,7 +50,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the resource group where the resource exists. Changing this forces a new resource to be created. -* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created. +* `zone_name` - (Required) Specifies the DNS Zone where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created. * `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds.