Skip to content

Commit 5ff96de

Browse files
author
kumarvna
committed
update module
1 parent 7567cb4 commit 5ff96de

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ module "storage" {
2727
# By default, this module will create a resource group, proivde the name here
2828
# to use an existing resource group, specify the existing resource group name,
2929
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
30-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
30+
# RG name must follow Azure naming convention.
31+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
3132
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
3233
create_resource_group = false
3334
resource_group_name = "rg-demo-internal-shared-westeurope-002"

examples/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

examples/complete/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module "storage" {
1010
# By default, this module will create a resource group, proivde the name here
1111
# to use an existing resource group, specify the existing resource group name,
1212
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
13-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
13+
# RG name must follow Azure naming convention.
14+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
1415
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1516
create_resource_group = false
1617
resource_group_name = "rg-demo-internal-shared-westeurope-002"

examples/storage_account_with_containers/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module "storage" {
1212
# By default, this module will create a resource group, proivde the name here
1313
# to use an existing resource group, specify the existing resource group name,
1414
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
15-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
15+
# RG name must follow Azure naming convention.
16+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
1617
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1718
create_resource_group = false
1819
resource_group_name = "rg-demo-internal-shared-westeurope-002"

examples/storage_account_with_containers/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module "storage" {
55
# By default, this module will create a resource group, proivde the name here
66
# to use an existing resource group, specify the existing resource group name,
77
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
8-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
8+
# RG name must follow Azure naming convention.
9+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
910
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1011
create_resource_group = false
1112
resource_group_name = "rg-demo-internal-shared-westeurope-002"

examples/storage_account_with_fileshares/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module "storage" {
1212
# By default, this module will create a resource group, proivde the name here
1313
# to use an existing resource group, specify the existing resource group name,
1414
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
15-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
15+
# RG name must follow Azure naming convention.
16+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
1617
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1718
create_resource_group = false
1819
resource_group_name = "rg-demo-internal-shared-westeurope-002"

examples/storage_account_with_fileshares/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module "storage" {
55
# By default, this module will create a resource group, proivde the name here
66
# to use an existing resource group, specify the existing resource group name,
77
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
8-
# RG name must follow Azure naming convention. ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
8+
# RG name must follow Azure naming convention.
9+
# For ex.: rg-<App or project name>-<Subscription type>-<Region>-<###>
910
# Resource group is named like this: rg-tieto-internal-prod-westeurope-001
1011
create_resource_group = false
1112
resource_group_name = "rg-demo-internal-shared-westeurope-002"

0 commit comments

Comments
 (0)