@@ -22,7 +22,7 @@ These types of resources are supported:
2222``` hcl
2323module "storage" {
2424 source = "kumarvna/storage/azurerm"
25- version = "2.1 .0"
25+ version = "2.2 .0"
2626
2727 # By default, this module will not create a resource group
2828 # proivde a name to use an existing resource group, specify the existing resource group name,
@@ -114,7 +114,7 @@ The default action set to `Allow` when no network rules matched. A `subnet_ids`
114114``` hcl
115115module "storage" {
116116 source = "kumarvna/storage/azurerm"
117- version = "2.1 .0"
117+ version = "2.2 .0"
118118
119119 # .... omitted
120120
@@ -147,7 +147,7 @@ This module supports the implementation of storage lifecycle management. If spec
147147``` hcl
148148module "storage" {
149149 source = "kumarvna/storage/azurerm"
150- version = "2.1 .0"
150+ version = "2.2 .0"
151151
152152 # .... omitted
153153
@@ -208,7 +208,7 @@ End Date of the Project|Date when this application, workload, or service is plan
208208``` hcl
209209module "key-vault" {
210210 source = "kumarvna/storage/azurerm"
211- version = "2.1 .0"
211+ version = "2.2 .0"
212212
213213 # ... omitted
214214
@@ -227,13 +227,13 @@ module "key-vault" {
227227| Name | Version |
228228| ------| ---------|
229229| terraform | >= 0.13 |
230- | azurerm | ~ > 2.27 |
230+ | azurerm | >= 2.59.0 |
231231
232232## Providers
233233
234234| Name | Version |
235235| ------| ---------|
236- | azurerm | ~ > 2.27 |
236+ | azurerm | >= 2.59 |
237237| random | n/a |
238238
239239## Inputs
@@ -246,6 +246,7 @@ Name | Description | Type | Default
246246` account_kind ` |General-purpose v2 accounts: Basic storage account type for blobs, files, queues, and tables.|string|` "StorageV2" `
247247` skuname ` |The SKUs supported by Microsoft Azure Storage. Valid options are Premium_LRS, Premium_ZRS, Standard_GRS, Standard_GZRS, Standard_LRS, Standard_RAGRS, Standard_RAGZRS, Standard_ZRS|string|` Standard_RAGRS `
248248` access_tier ` |Defines the access tier for BlobStorage and StorageV2 accounts. Valid options are Hot and Cool.|string|` "Hot" `
249+ ` min_tls_version ` |The minimum supported TLS version for the storage account. Possible values are ` TLS1_0 ` , ` TLS1_1 ` , and ` TLS1_2 ` |string|` "TLS1_2" `
249250` assign_identity ` |Set to ` true ` to enable system-assigned managed identity, or ` false ` to disable it.|string|` true `
250251` soft_delete_retention ` |Number of retention days for soft delete. If set to null it will disable soft delete all together.|number|` 30 `
251252` enable_advanced_threat_protection ` |Controls Advance threat protection plan for Storage account!string|` false `
0 commit comments