networking/private_dns_resolvers_inbound_endpoints¶
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_inbound_endpoint.pvt_dns_resolver_inbound_endpoint["azurerm_private_dns_resolver_inbound_endpoint.pvt_dns_resolver_inbound_endpoint"]
data.azurecaf_name.pvtdnsrie["data.azurecaf_name.pvtdnsrie"]
azurerm_private_dns_resolver_inbound_endpoint.pvt_dns_resolver_inbound_endpoint --> data.azurecaf_name.pvtdnsrie
Module Reference¶
Category: networking
Path: modules/networking/private_dns_resolvers_inbound_endpoints
Azure Resources: azurerm_private_dns_resolver_inbound_endpoint
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 | - |
- | |
"location" |
any |
yes | - |
- | |
"private_dns_resolver_id" |
any |
yes | - |
- | |
"subnet_ids" |
list(string) |
yes | - |
- | |
"tags" |
any |
no | {} |
- | |
"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_inbound_endpoint.pvt_dns_resolver_inbound_endpoint.id |
|
"private_ip_address" |
- | azurerm_private_dns_resolver_inbound_endpoint.pvt_dns_resolver_inbound_endpoint.ip_configurations[0].private_ip_address |
Sources¶
modules/networking/private_dns_resolvers_inbound_endpoints/locals.tfmodules/networking/private_dns_resolvers_inbound_endpoints/main.tfmodules/networking/private_dns_resolvers_inbound_endpoints/module.tfmodules/networking/private_dns_resolvers_inbound_endpoints/outputs.tfmodules/networking/private_dns_resolvers_inbound_endpoints/variables.tf