Data Source: azurerm_dns_soa_record

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

Example Usage

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

output "dns_soa_record_id" {
  value = data.azurerm_dns_soa_record.example.id
}

Argument Reference

Attributes Reference

Timeouts

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