networking/private_dns_resolvers_outbound_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_outbound_endpoint.pvt_dns_resolver_outbound_endpoint["azurerm_private_dns_resolver_outbound_endpoint.pvt_dns_resolver_outbound_endpoint"]
data.azurecaf_name.pvtdnsroe["data.azurecaf_name.pvtdnsroe"]
azurerm_private_dns_resolver_outbound_endpoint.pvt_dns_resolver_outbound_endpoint --> data.azurecaf_name.pvtdnsroe
Module Reference¶
Category: networking
Path: modules/networking/private_dns_resolvers_outbound_endpoints
Azure Resources: azurerm_private_dns_resolver_outbound_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_id |
any |
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_outbound_endpoint.pvt_dns_resolver_outbound_endpoint.id |
Sources¶
modules/networking/private_dns_resolvers_outbound_endpoints/locals.tfmodules/networking/private_dns_resolvers_outbound_endpoints/main.tfmodules/networking/private_dns_resolvers_outbound_endpoints/module.tfmodules/networking/private_dns_resolvers_outbound_endpoints/outputs.tfmodules/networking/private_dns_resolvers_outbound_endpoints/variables.tf