Data Source: azurerm_private_dns_zone_virtual_network_link

Use this data source to access information about an existing Private DNS zone Virtual Network Link. These Links enable DNS resolution and registration inside Azure Virtual Networks using Azure Private DNS.

Example Usage

data "azurerm_private_dns_zone_virtual_network_link" "example" {
  name                  = "test"
  resource_group_name   = "test-rg"
  private_dns_zone_name = "test-zone"
}

output "private_dns_a_record_id" {
  value = data.azurerm_private_dns_zone_virtual_network_link.example.id
}

Argument Reference

Attributes Reference

Timeouts

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