Skip to content

Commit

Permalink
Merge pull request #6 from kumarvna/develop
Browse files Browse the repository at this point in the history
updating examples for version 2.3.0
  • Loading branch information
kumarvna authored Jul 18, 2021
2 parents f792bbe + 823ea12 commit 9d9becd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down Expand Up @@ -120,7 +120,7 @@ The default action set to `Allow` when no network rules matched. A `subnet_ids`
```hcl
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# .... omitted
Expand Down Expand Up @@ -153,7 +153,7 @@ This module supports the implementation of storage lifecycle management. If spec
```hcl
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# .... omitted
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down Expand Up @@ -54,7 +54,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down Expand Up @@ -94,7 +94,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "azurerm" {

module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"

# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_account_with_containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_account_with_containers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "azurerm" {

module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"

# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_account_with_fileshares/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "azurerm" {
module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.1.0"
version = "2.3.0"
# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_account_with_fileshares/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "azurerm" {

module "storage" {
source = "kumarvna/storage/azurerm"
version = "2.2.0"
version = "2.3.0"

# By default, this module will not create a resource group
# proivde a name to use an existing resource group, specify the existing resource group name,
Expand Down

0 comments on commit 9d9becd

Please sign in to comment.