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

Bug fix - removal of enable https traffic only #137

Closed chinthakaru closed 1 month ago

chinthakaru commented 1 month ago

Description

The enable_https_traffic_only property has been superseded by https_traffic_only_enabled

135

Type of Change

Checklist