diff --git a/README.md b/README.md index 58cb58f..d3fcd40 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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 @@ -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 diff --git a/examples/README.md b/examples/README.md index e4f6ddf..db60a47 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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, @@ -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, @@ -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, diff --git a/examples/complete/README.md b/examples/complete/README.md index 2766c51..e998739 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -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, diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 3571e3d..7d4a4bd 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -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, diff --git a/examples/storage_account_with_containers/README.md b/examples/storage_account_with_containers/README.md index 79bc399..e58b9b4 100644 --- a/examples/storage_account_with_containers/README.md +++ b/examples/storage_account_with_containers/README.md @@ -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, diff --git a/examples/storage_account_with_containers/main.tf b/examples/storage_account_with_containers/main.tf index ff0b062..b31acb2 100644 --- a/examples/storage_account_with_containers/main.tf +++ b/examples/storage_account_with_containers/main.tf @@ -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, diff --git a/examples/storage_account_with_fileshares/README.md b/examples/storage_account_with_fileshares/README.md index fd9b6cd..6b17fc8 100644 --- a/examples/storage_account_with_fileshares/README.md +++ b/examples/storage_account_with_fileshares/README.md @@ -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, diff --git a/examples/storage_account_with_fileshares/main.tf b/examples/storage_account_with_fileshares/main.tf index 7c217eb..49c8f72 100644 --- a/examples/storage_account_with_fileshares/main.tf +++ b/examples/storage_account_with_fileshares/main.tf @@ -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,