Skip to content

v1.12.0

Compare
Choose a tag to compare
@devwithkrishna-app-token-generator devwithkrishna-app-token-generator released this 29 Apr 18:31
· 3 commits to main since this release

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

Full Changelog: v1.11.1...v1.12.0