This architecture represents a private DNS resolver implemented using Azure cloud services. It provides a secure and efficient method for resolving domain names within a private network.
- azurerm_private_dns_zone for creating the private DNS zone
- azurerm_private_dns_a_record for creating A records within the private DNS zone
- azurerm_private_dns_cname_record for creating CNAME records within the private DNS zone
- azurerm_private_dns_mx_record for creating MX records within the private DNS zone
- azurerm_private_dns_ns_record for creating NS records within the private DNS zone
- azurerm_private_dns_ptr_record for creating PTR records within the private DNS zone
- azurerm_private_dns_srv_record for creating SRV records within the private DNS zone
- azurerm_private_dns_txt_record for creating TXT records within the private DNS zone