Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.08 KB

File metadata and controls

21 lines (16 loc) · 2.08 KB

terraform-azurerm-avm-res-network-dnsresolver

This is a module for deploying private dns resolver. It can be used to deploy the reosolver, inbound endpoints, outbound endpoints, forwarding rulesets and rules.

Important

As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and implemented across all supported languages yet - breaking changes are expected, and additional customer feedback is yet to be gathered and incorporated. Hence, modules MUST NOT be published at version 1.0.0 or higher at this time.

All module MUST be published as a pre-release version (e.g., 0.1.0, 0.1.1, 0.2.0, etc.) until the AVM framework becomes GA.

However, it is important to note that this DOES NOT mean that the modules cannot be consumed and utilized. They CAN be leveraged in all types of environments (dev, test, prod etc.). Consumers can treat them just like any other IaC module and raise issues or feature requests against them as they learn from the usage of the module. Consumers should also read the release notes for each version, if considering updating to a more recent version of a module to see if there are any considerations or breaking changes etc.

Features And Notes

  • This module deploys a private dns resolver and optional inbound and outbound endpoints.
  • It also deploys optional forwarding rulesets and rules for outbound endpoints.
  • An existing virtual network with appropriately sized empty subnets is required.
  • For information on the Azure Private DNS Resolver service, see Private DNS Resolver.
  • For information on how to configure subnets for the resolver, see Inbound Endpoints and Outbound Endpoints.

Feedback

  • Your feedback is welcome! Please raise an issue or feature request on the module's GitHub repository.