networking/private-dns-resolvers¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_private_dns_resolver.pvt_dns_resolver["azurerm_private_dns_resolver.pvt_dns_resolver"]
data.azurecaf_name.pvtdnsr["data.azurecaf_name.pvtdnsr"]
azurerm_private_dns_resolver.pvt_dns_resolver --> data.azurecaf_name.pvtdnsr
Module Reference¶
Category: networking
Path: modules/networking/private-dns-resolvers
Azure Resources: azurerm_private_dns_resolver
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
settings |
any |
yes | - |
- | |
resource_group |
any |
yes | - |
- | |
resource_group_name |
any |
no | - |
- | |
location |
any |
yes | - |
- | |
virtual_network_id |
any |
yes | - |
- | |
inherit_tags |
Base tags for the resource to be inherited from the resource group. | bool |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_private_dns_resolver.pvt_dns_resolver.id |
|
tags |
- | azurerm_private_dns_resolver.pvt_dns_resolver.tags |
|
location |
- | azurerm_private_dns_resolver.pvt_dns_resolver.location |
Sources¶
modules/networking/private-dns-resolvers/locals.tfmodules/networking/private-dns-resolvers/main.tfmodules/networking/private-dns-resolvers/module.tfmodules/networking/private-dns-resolvers/outputs.tfmodules/networking/private-dns-resolvers/variables.tf