Skip to content

Commit 9067ff8

Browse files
authored
Merge pull request #6 from kumarvna/develop
updating examples
2 parents bc147f5 + 54f03d2 commit 9067ff8

File tree

10 files changed

+52
-39
lines changed

10 files changed

+52
-39
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ module "mssql-server" {
2929
source = "kumarvna/mssql-db/azurerm"
3030
version = "1.1.0"
3131
32-
# By default, this module will not create a resource group
33-
# proivde a name to use an existing resource group, specify the existing resource group name,
34-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
32+
# By default, this module will create a resource group
33+
# proivde a name to use an existing resource group and set the argument
34+
# to `create_resource_group = false` if you want to existing resoruce group.
35+
# If you use existing resrouce group location will be the same as existing RG.
3536
create_resource_group = false
3637
resource_group_name = "rg-shared-westeurope-01"
3738
location = "westeurope"

examples/README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ module "mssql-server" {
1111
source = "kumarvna/mssql-db/azurerm"
1212
version = "1.1.0"
1313
14-
# By default, this module will not create a resource group
15-
# proivde a name to use an existing resource group, specify the existing resource group name,
16-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
14+
# By default, this module will create a resource group
15+
# proivde a name to use an existing resource group and set the argument
16+
# to `create_resource_group = false` if you want to existing resoruce group.
17+
# If you use existing resrouce group location will be the same as existing RG.
1718
create_resource_group = false
1819
resource_group_name = "rg-shared-westeurope-01"
1920
location = "westeurope"
@@ -84,9 +85,10 @@ module "mssql-server" {
8485
source = "kumarvna/mssql-db/azurerm"
8586
version = "1.1.0"
8687
87-
# By default, this module will not create a resource group
88-
# proivde a name to use an existing resource group, specify the existing resource group name,
89-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
88+
# By default, this module will create a resource group
89+
# proivde a name to use an existing resource group and set the argument
90+
# to `create_resource_group = false` if you want to existing resoruce group.
91+
# If you use existing resrouce group location will be the same as existing RG.
9092
create_resource_group = false
9193
resource_group_name = "rg-shared-westeurope-01"
9294
location = "westeurope"
@@ -162,9 +164,10 @@ module "mssql-server" {
162164
source = "kumarvna/mssql-db/azurerm"
163165
version = "1.1.0"
164166
165-
# By default, this module will not create a resource group
166-
# proivde a name to use an existing resource group, specify the existing resource group name,
167-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
167+
# By default, this module will create a resource group
168+
# proivde a name to use an existing resource group and set the argument
169+
# to `create_resource_group = false` if you want to existing resoruce group.
170+
# If you use existing resrouce group location will be the same as existing RG.
168171
create_resource_group = false
169172
resource_group_name = "rg-shared-westeurope-01"
170173
location = "westeurope"
@@ -239,9 +242,10 @@ module "mssql-server" {
239242
source = "kumarvna/mssql-db/azurerm"
240243
version = "1.1.0"
241244
242-
# By default, this module will not create a resource group
243-
# proivde a name to use an existing resource group, specify the existing resource group name,
244-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
245+
# By default, this module will create a resource group
246+
# proivde a name to use an existing resource group and set the argument
247+
# to `create_resource_group = false` if you want to existing resoruce group.
248+
# If you use existing resrouce group location will be the same as existing RG.
245249
create_resource_group = false
246250
resource_group_name = "rg-shared-westeurope-01"
247251
location = "westeurope"

examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ module "mssql-server" {
99
source = "kumarvna/mssql-db/azurerm"
1010
version = "1.1.0"
1111
12-
# By default, this module will not create a resource group
13-
# proivde a name to use an existing resource group, specify the existing resource group name,
14-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
12+
# By default, this module will create a resource group
13+
# proivde a name to use an existing resource group and set the argument
14+
# to `create_resource_group = false` if you want to existing resoruce group.
15+
# If you use existing resrouce group location will be the same as existing RG.
1516
create_resource_group = false
1617
resource_group_name = "rg-shared-westeurope-01"
1718
location = "westeurope"

examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module "mssql-server" {
22
source = "kumarvna/mssql-db/azurerm"
33
version = "1.1.0"
44

5-
# By default, this module will not create a resource group
6-
# proivde a name to use an existing resource group, specify the existing resource group name,
7-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
5+
# By default, this module will create a resource group
6+
# proivde a name to use an existing resource group and set the argument
7+
# to `create_resource_group = false` if you want to existing resoruce group.
8+
# If you use existing resrouce group location will be the same as existing RG.
89
create_resource_group = false
910
resource_group_name = "rg-shared-westeurope-01"
1011
location = "westeurope"

examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ module "mssql-server" {
99
source = "kumarvna/mssql-db/azurerm"
1010
version = "1.1.0"
1111
12-
# By default, this module will not create a resource group
13-
# proivde a name to use an existing resource group, specify the existing resource group name,
14-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
12+
# By default, this module will create a resource group
13+
# proivde a name to use an existing resource group and set the argument
14+
# to `create_resource_group = false` if you want to existing resoruce group.
15+
# If you use existing resrouce group location will be the same as existing RG.
1516
create_resource_group = false
1617
resource_group_name = "rg-shared-westeurope-01"
1718
location = "westeurope"

examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module "mssql-server" {
22
source = "kumarvna/mssql-db/azurerm"
33
version = "1.1.0"
44

5-
# By default, this module will not create a resource group
6-
# proivde a name to use an existing resource group, specify the existing resource group name,
7-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
5+
# By default, this module will create a resource group
6+
# proivde a name to use an existing resource group and set the argument
7+
# to `create_resource_group = false` if you want to existing resoruce group.
8+
# If you use existing resrouce group location will be the same as existing RG.
89
create_resource_group = false
910
resource_group_name = "rg-shared-westeurope-01"
1011
location = "westeurope"

examples/Simple_SQL_Single_Database_Using_Private_Endpoint/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ module "mssql-server" {
99
source = "kumarvna/mssql-db/azurerm"
1010
version = "1.1.0"
1111
12-
# By default, this module will not create a resource group
13-
# proivde a name to use an existing resource group, specify the existing resource group name,
14-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
12+
# By default, this module will create a resource group
13+
# proivde a name to use an existing resource group and set the argument
14+
# to `create_resource_group = false` if you want to existing resoruce group.
15+
# If you use existing resrouce group location will be the same as existing RG.
1516
create_resource_group = false
1617
resource_group_name = "rg-shared-westeurope-01"
1718
location = "westeurope"

examples/Simple_SQL_Single_Database_Using_Private_Endpoint/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module "mssql-server" {
22
source = "kumarvna/mssql-db/azurerm"
33
version = "1.1.0"
44

5-
# By default, this module will not create a resource group
6-
# proivde a name to use an existing resource group, specify the existing resource group name,
7-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
5+
# By default, this module will create a resource group
6+
# proivde a name to use an existing resource group and set the argument
7+
# to `create_resource_group = false` if you want to existing resoruce group.
8+
# If you use existing resrouce group location will be the same as existing RG.
89
create_resource_group = false
910
resource_group_name = "rg-shared-westeurope-01"
1011
location = "westeurope"

examples/Simple_SQL_Single_Database_creation/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ module "mssql-server" {
99
source = "kumarvna/mssql-db/azurerm"
1010
version = "1.1.0"
1111
12-
# By default, this module will not create a resource group
13-
# proivde a name to use an existing resource group, specify the existing resource group name,
14-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
12+
# By default, this module will create a resource group
13+
# proivde a name to use an existing resource group and set the argument
14+
# to `create_resource_group = false` if you want to existing resoruce group.
15+
# If you use existing resrouce group location will be the same as existing RG.
1516
create_resource_group = false
1617
resource_group_name = "rg-shared-westeurope-01"
1718
location = "westeurope"

examples/Simple_SQL_Single_Database_creation/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module "mssql-server" {
22
source = "kumarvna/mssql-db/azurerm"
33
version = "1.1.0"
44

5-
# By default, this module will not create a resource group
6-
# proivde a name to use an existing resource group, specify the existing resource group name,
7-
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
5+
# By default, this module will create a resource group
6+
# proivde a name to use an existing resource group and set the argument
7+
# to `create_resource_group = false` if you want to existing resoruce group.
8+
# If you use existing resrouce group location will be the same as existing RG.
89
create_resource_group = false
910
resource_group_name = "rg-shared-westeurope-01"
1011
location = "westeurope"

0 commit comments

Comments
 (0)