Data Source: azurerm_dns_ptr_record

Use this data source to access information about an existing DNS PTR Record within Azure DNS.

Example Usage

data "azurerm_dns_ptr_record" "example" {
  name                = "test"
  zone_name           = "test-zone"
  resource_group_name = "test-rg"
}

output "dns_ptr_record_id" {
  value = data.azurerm_dns_ptr_record.example.id
}

Argument Reference

Attributes Reference

Timeouts

The timeouts block allows you to specify timeouts for certain actions: