From c8fe7c82ad0ae79bdd478768a76f4145ab6ee25d Mon Sep 17 00:00:00 2001 From: Kumaraswamy Vithanala <36370570+kumarvna@users.noreply.github.com> Date: Sun, 18 Jul 2021 18:34:04 +0530 Subject: [PATCH] updating examples for version 1.2.0 --- README.md | 2 +- examples/README.md | 8 ++++---- .../README.md | 2 +- .../main.tf | 2 +- .../README.md | 2 +- .../main.tf | 2 +- .../README.md | 2 +- .../main.tf | 2 +- examples/Simple_SQL_Single_Database_creation/README.md | 2 +- examples/Simple_SQL_Single_Database_creation/main.tf | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f08cae6..5b22ffb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/README.md b/examples/README.md index 421a4a7..9e41427 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,7 +14,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument @@ -93,7 +93,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument @@ -177,7 +177,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument @@ -260,7 +260,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/README.md b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/README.md index 8622d2e..d60543d 100644 --- a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/README.md +++ b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/README.md @@ -12,7 +12,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/main.tf b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/main.tf index e4250bb..3bc9da3 100644 --- a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/main.tf +++ b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups/main.tf @@ -5,7 +5,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/README.md b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/README.md index 286b250..2dcd403 100644 --- a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/README.md +++ b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/README.md @@ -12,7 +12,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/main.tf b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/main.tf index 841f934..db426e6 100644 --- a/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/main.tf +++ b/examples/SQL_DB_Using_Geo-replication_with_Auto-Failover_Groups_and_Private_Endpoints/main.tf @@ -5,7 +5,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/README.md b/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/README.md index 4c6df8d..e1b3b39 100644 --- a/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/README.md +++ b/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/README.md @@ -12,7 +12,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/main.tf b/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/main.tf index 12589d8..a80a454 100644 --- a/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/main.tf +++ b/examples/Simple_SQL_Single_Database_Using_Private_Endpoint/main.tf @@ -5,7 +5,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/Simple_SQL_Single_Database_creation/README.md b/examples/Simple_SQL_Single_Database_creation/README.md index 0497db9..7752f82 100644 --- a/examples/Simple_SQL_Single_Database_creation/README.md +++ b/examples/Simple_SQL_Single_Database_creation/README.md @@ -12,7 +12,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument diff --git a/examples/Simple_SQL_Single_Database_creation/main.tf b/examples/Simple_SQL_Single_Database_creation/main.tf index 249140a..ae6bdd7 100644 --- a/examples/Simple_SQL_Single_Database_creation/main.tf +++ b/examples/Simple_SQL_Single_Database_creation/main.tf @@ -5,7 +5,7 @@ provider "azurerm" { module "mssql-server" { source = "kumarvna/mssql-db/azurerm" - version = "1.1.0" + version = "1.2.0" # By default, this module will create a resource group # proivde a name to use an existing resource group and set the argument