Skip to content

Commit

Permalink
Merge pull request #12 from kumarvna/develop
Browse files Browse the repository at this point in the history
updating examples for version 1.2.0
  • Loading branch information
kumarvna authored Jul 18, 2021
2 parents 2fc6338 + c8fe7c8 commit b0785f2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/Simple_SQL_Single_Database_creation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/Simple_SQL_Single_Database_creation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0785f2

Please sign in to comment.