Data Source: azurerm_dns_zone

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

Example Usage

data "azurerm_dns_zone" "example" {
  name                = "search-eventhubns"
  resource_group_name = "search-service"
}

output "dns_zone_id" {
  value = data.azurerm_dns_zone.example.id
}

Argument Reference

Attributes Reference

Timeouts

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