Data Source: azurerm_private_dns_zone

Use this data source to access information about an existing Private DNS Zone.

Example Usage

data "azurerm_private_dns_zone" "example" {
  name                = "contoso.internal"
  resource_group_name = "contoso-dns"
}

output "private_dns_zone_id" {
  value = data.azurerm_private_dns_zone.example.id
}

Argument Reference

Attributes Reference

Timeouts

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