Skip to content

Commit 9d9becd

Browse files
authored
Merge pull request #6 from kumarvna/develop
updating examples for version 2.3.0
2 parents f792bbe + 823ea12 commit 9d9becd

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provider "azurerm" {
2828
2929
module "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
121121
module "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
154154
module "storage" {
155155
source = "kumarvna/storage/azurerm"
156-
version = "2.2.0"
156+
version = "2.3.0"
157157
158158
# .... omitted
159159

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ provider "azurerm" {
1414
1515
module "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
5555
module "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
9595
module "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,

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "azurerm" {
1010
1111
module "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,

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "azurerm" {
55

66
module "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,

examples/storage_account_with_containers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provider "azurerm" {
1212
1313
module "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,

examples/storage_account_with_containers/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "azurerm" {
55

66
module "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,

examples/storage_account_with_fileshares/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provider "azurerm" {
1212
1313
module "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,

examples/storage_account_with_fileshares/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "azurerm" {
55

66
module "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,

0 commit comments

Comments
 (0)