File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
storage_account_with_containers
storage_account_with_fileshares Expand file tree Collapse file tree 8 files changed +12
-12
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.2 .0"
31+ version = "2.3 .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,
@@ -120,7 +120,7 @@ The default action set to `Allow` when no network rules matched. A `subnet_ids`
120120``` hcl
121121module "storage" {
122122 source = "kumarvna/storage/azurerm"
123- version = "2.2 .0"
123+ version = "2.3 .0"
124124
125125 # .... omitted
126126
@@ -153,7 +153,7 @@ This module supports the implementation of storage lifecycle management. If spec
153153``` hcl
154154module "storage" {
155155 source = "kumarvna/storage/azurerm"
156- version = "2.2 .0"
156+ version = "2.3 .0"
157157
158158 # .... omitted
159159
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.2 .0"
17+ version = "2.3 .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.2 .0"
57+ version = "2.3 .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.2 .0"
97+ version = "2.3 .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 @@ -10,7 +10,7 @@ provider "azurerm" {
1010
1111module "storage" {
1212 source = "kumarvna/storage/azurerm"
13- version = "2.2 .0"
13+ version = "2.3 .0"
1414
1515 # By default, this module will not create a resource group
1616 # 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.2 .0"
8+ version = " 2.3 .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 @@ -12,7 +12,7 @@ provider "azurerm" {
1212
1313module "storage" {
1414 source = "kumarvna/storage/azurerm"
15- version = "2.2 .0"
15+ version = "2.3 .0"
1616
1717 # By default, this module will not create a resource group
1818 # 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.2 .0"
8+ version = " 2.3 .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 @@ -12,7 +12,7 @@ provider "azurerm" {
1212
1313module "storage" {
1414 source = "kumarvna/storage/azurerm"
15- version = "2.1 .0"
15+ version = "2.3 .0"
1616
1717 # By default, this module will not create a resource group
1818 # 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.2 .0"
8+ version = " 2.3 .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