v1.12.0
Pull Request Title: Add Terraform module for Azure DNS Zone creation
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description:
This PR introduces a new Terraform module to manage Azure DNS Zones. The module allows for the creation and configuration of DNS zones within a specified resource group, supporting customization of:
-
DNS zone name
-
Resource group and location
-
Tags for resource management
Features:
-
Creates a azurerm_dns_zone resource.
-
Outputs zone name, name servers, and resource ID.
-
Supports tagging and reusability through input variables.
-
Modular design
DEVOPS-332 terraform module for DNs zone
Created At: 2025-04-29T17:59:16Z
Closed & Merged At: 2025-04-29T18:30:45Z
Assignees: githubofkrishnadhas
Total Commits: 4
What's Changed
- Add Terraform module for Azure DNS Zone creation by @githubofkrishnadhas in #29
Full Changelog: v1.11.1...v1.12.0