@@ -14,7 +14,8 @@ module "storage" {
1414 # By default, this module will create a resource group, proivde the name here
1515 # 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. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
17+ # RG name must follow Azure naming convention.
18+ # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
1819 # Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1920 create_resource_group = false
2021 resource_group_name = "rg-demo-internal-shared-westeurope-002"
@@ -53,7 +54,8 @@ module "storage" {
5354 # By default, this module will create a resource group, proivde the name here
5455 # to use an existing resource group, specify the existing resource group name,
5556 # and set the argument to `create_resource_group = false`. Location will be same as existing RG.
56- # RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
57+ # RG name must follow Azure naming convention.
58+ # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
5759 # Resource group is named like this: rg-tieto-internal-prod-westeurope-001
5860 create_resource_group = false
5961 resource_group_name = "rg-demo-internal-shared-westeurope-002"
@@ -91,7 +93,8 @@ module "storage" {
9193 # By default, this module will create a resource group, proivde the name here
9294 # to use an existing resource group, specify the existing resource group name,
9395 # and set the argument to `create_resource_group = false`. Location will be same as existing RG.
94- # RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
96+ # RG name must follow Azure naming convention.
97+ # For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
9598 # Resource group is named like this: rg-tieto-internal-prod-westeurope-001
9699 create_resource_group = false
97100 resource_group_name = "rg-demo-internal-shared-westeurope-002"
0 commit comments