File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
app-service-with-vnet-integration Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ provider "azurerm" {
1515
1616module "app-service" {
1717 source = "kumarvna/app-service/azurerm"
18- version = "1.0 .0"
18+ version = "1.1 .0"
1919
2020 # By default, this module will not create a resource group. Location will be same as existing RG.
2121 # proivde a name to use an existing resource group, specify the existing resource group name,
@@ -360,7 +360,7 @@ An effective naming convention assembles resource names by using important resou
360360` create_resource_group ` | Whether to create resource group and use it for all networking resources | string | ` "false" `
361361` resource_group_name ` | The name of the resource group in which resources are created | string | ` "" `
362362` location ` | The location of the resource group in which resources are created | string | ` "" `
363- ` subnet_id ` |The resource id of the subnet for vnet association |string|` "" `
363+ ` subnet_id ` |The resource id of the subnet for regional vnet integration |string|` "" `
364364` app_service_plan_name ` | Specifies the name of the App Service Plan component | string | ` "" `
365365` service_plan ` | Definition of the dedicated plan to use | object({}) | ` {} `
366366` app_service_name ` | Specifies the name of the App Service | string | ` "" `
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module "vnet" {
4747
4848module "app-service" {
4949 source = "kumarvna/app-service/azurerm"
50- version = "1.0 .0"
50+ version = "1.1 .0"
5151
5252 # By default, this module will not create a resource group. Location will be same as existing RG.
5353 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module "vnet" {
4040
4141module "app-service" {
4242 source = " kumarvna/app-service/azurerm"
43- version = " 1.0 .0"
43+ version = " 1.1 .0"
4444
4545 # By default, this module will not create a resource group. Location will be same as existing RG.
4646 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ provider "azurerm" {
1212
1313module "app-service" {
1414 source = "kumarvna/app-service/azurerm"
15- version = "1.0 .0"
15+ version = "1.1 .0"
1616
1717 # By default, this module will not create a resource group. Location will be same as existing RG.
1818 # proivde a name to use an existing resource group, specify the existing resource group name,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider "azurerm" {
55
66module "app-service" {
77 source = " kumarvna/app-service/azurerm"
8- version = " 1.0 .0"
8+ version = " 1.1 .0"
99
1010 # By default, this module will not create a resource group. Location will be same as existing RG.
1111 # proivde a name to use an existing resource group, specify the existing resource group name,
You can’t perform that action at this time.
0 commit comments