Skip to content

Commit

Permalink
Merge pull request #8014 from fcatacut/fix-private-dns-a-record
Browse files Browse the repository at this point in the history
Updates doc for resource_group_name property of azurerm_private_dns_a_record
  • Loading branch information
tombuildsstuff authored Aug 6, 2020
2 parents 978ad76 + 72082f5 commit 58f2146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/private_dns_a_record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 58f2146

Please sign in to comment.