Skip to content

Commit 02682e8

Browse files
committed
Updating examples and documentation
1 parent 1c5d847 commit 02682e8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.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
127127
module "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
160160
module "storage" {
161161
source = "kumarvna/storage/azurerm"
162-
version = "2.4.0"
162+
version = "2.5.0"
163163
164164
# .... omitted
165165

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.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
5555
module "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
9595
module "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,

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.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,

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.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,

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.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,

0 commit comments

Comments
 (0)