Skip to content

Commit

Permalink
Doc Fix : azurerm_dns_a_record - enhanced description for property …
Browse files Browse the repository at this point in the history
…`zone_name` (#20244)

Fix #20227
  • Loading branch information
sinbai authored Feb 1, 2023
1 parent dff1064 commit 4ce0783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/dns_a_record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ The following arguments are supported:

* `zone_name` - (Required) Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

~> **Note:** The `zone_name` should be the name of resource `azurerm_dns_zone` instead of `azurerm_private_dns_zone`.

* `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds.

* `records` - (Optional) List of IPv4 Addresses. Conflicts with `target_resource_id`.
Expand Down

0 comments on commit 4ce0783

Please sign in to comment.