Azure / terraform-azurerm-avm-res-storage-storageaccount

This Terraform module is designed to create Azure Storage Accounts and its related resources, including blob containers, queues, tables, and file shares. It also supports the creation of a storage account private endpoint which provides secure and direct connectivity to Azure Storage over a private network.
https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount
MIT License
19 stars 27 forks source link

Add unmanaged_dns_zone_groups block with switch #142

Closed chinthakaru closed 1 month ago

chinthakaru commented 1 month ago

Description

Update unmanaged_dns_zone_groups resource block and and let Azure Policy to manage existing Azure private DNS zone.

Fixes #138 Closes #138

Type of Change

Checklist

thenewnano commented 1 month ago

How it the coordination between you and other AVM module maintainers, because if this files it should be ported to all other modules? as we are using a few of those, and totally gave up private endpoint management by them and deploy our own module for that, because of policy managed DNS.