@@ -14,9 +14,6 @@ module "storage" {
1414 # By default, this module will not create a resource group
1515 # proivde a name to use an existing resource group, specify the existing resource group name,
1616 # and set the argument to `create_resource_group = false`. Location will be same as existing RG.
17- # RG name must follow Azure naming convention.
18- # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
19- # Resource group is named like this: rg-demo-internal-prod-westeurope-001
2017 resource_group_name = "rg-demo-internal-shared-westeurope-002"
2118 location = "westeurope"
2219 storage_account_name = "mydefaultstorage"
@@ -52,9 +49,6 @@ module "storage" {
5249 # By default, this module will not create a resource group
5350 # proivde a name to use an existing resource group, specify the existing resource group name,
5451 # and set the argument to `create_resource_group = false`. Location will be same as existing RG.
55- # RG name must follow Azure naming convention.
56- # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
57- # Resource group is named like this: rg-demo-internal-prod-westeurope-001
5852 resource_group_name = "rg-demo-internal-shared-westeurope-002"
5953 location = "westeurope"
6054 storage_account_name = "mydefaultstorage"
@@ -90,9 +84,6 @@ module "storage" {
9084 # By default, this module will not create a resource group
9185 # proivde a name to use an existing resource group, specify the existing resource group name,
9286 # and set the argument to `create_resource_group = false`. Location will be same as existing RG.
93- # RG name must follow Azure naming convention.
94- # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
95- # Resource group is named like this: rg-demo-internal-prod-westeurope-001
9687 resource_group_name = "rg-demo-internal-shared-westeurope-002"
9788 location = "westeurope"
9889 storage_account_name = "mydefaultstorage"
0 commit comments