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
21 stars 33 forks source link

[AVM Module Issue]: removed block is supported in <1.7 versions #160

Closed amirkhonov closed 1 month ago

amirkhonov commented 1 month ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

1.2.5

(Optional) Correlation Id

No response

Description

The removed block feature was released in the version v1.7.

main.deprecated.tf:

removed {
  from = azurerm_storage_account_network_rules.this
  lifecycle {
    destroy = false
  }
}

This prerequisite doesn't work:

The following requirements are needed by this module:

 terraform (>= 1.3.0)
chinthakaru commented 1 month ago

@amirkhonov All the changes have been updated and released an version.