File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
storage_account_with_containers
storage_account_with_fileshares Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provider "azurerm" {
2828
2929module "storage" {
3030 source = "kumarvna/storage/azurerm"
31- version = "2.4 .0"
31+ version = "2.5 .0"
3232
3333 # By default, this module will not create a resource group
3434 # proivde a name to use an existing resource group, specify the existing resource group name,
@@ -126,7 +126,7 @@ The default action set to `Allow` when no network rules matched. A `subnet_ids`
126126``` hcl
127127module "storage" {
128128 source = "kumarvna/storage/azurerm"
129- version = "2.4 .0"
129+ version = "2.5 .0"
130130
131131 # .... omitted
132132
@@ -159,7 +159,7 @@ This module supports the implementation of storage lifecycle management. If spec
159159``` hcl
160160module "storage" {
161161 source = "kumarvna/storage/azurerm"
162- version = "2.4 .0"
162+ version = "2.5 .0"
163163
164164 # .... omitted
165165
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ provider "azurerm" {
1414
1515module "storage" {
1616 source = "kumarvna/storage/azurerm"
17- version = "2.4 .0"
17+ version = "2.5 .0"
1818
1919 # By default, this module will not create a resource group
2020 # proivde a name to use an existing resource group, specify the existing resource group name,
@@ -54,7 +54,7 @@ provider "azurerm" {
5454
5555module "storage" {
5656 source = "kumarvna/storage/azurerm"
57- version = "2.4 .0"
57+ version = "2.5 .0"
5858
5959 # By default, this module will not create a resource group
6060 # proivde a name to use an existing resource group, specify the existing resource group name,
@@ -94,7 +94,7 @@ provider "azurerm" {
9494
9595module "storage" {
9696 source = "kumarvna/storage/azurerm"
97- version = "2.4 .0"
97+ version = "2.5 .0"
9898
9999 # By default, this module will not create a resource group
100100 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider "azurerm" {
55
66module "storage" {
77 source = " kumarvna/storage/azurerm"
8- version = " 2.4 .0"
8+ version = " 2.5 .0"
99
1010 # By default, this module will not create a resource group
1111 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider "azurerm" {
55
66module "storage" {
77 source = " kumarvna/storage/azurerm"
8- version = " 2.4 .0"
8+ version = " 2.5 .0"
99
1010 # By default, this module will not create a resource group
1111 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider "azurerm" {
55
66module "storage" {
77 source = " kumarvna/storage/azurerm"
8- version = " 2.4 .0"
8+ version = " 2.5 .0"
99
1010 # By default, this module will not create a resource group
1111 # proivde a name to use an existing resource group, specify the existing resource group name,
You can’t perform that action at this time.
0 commit comments