From c8a0b9d50cc72fcf58aa5d6461999edba7db57bf Mon Sep 17 00:00:00 2001 From: manojvazirani Date: Wed, 24 Apr 2019 14:28:49 -0400 Subject: [PATCH] Update Service Plan Tier to Isolated --- infra/modules/providers/azure/service-plan/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/providers/azure/service-plan/variables.tf b/infra/modules/providers/azure/service-plan/variables.tf index dbc04e8..e4192b8 100644 --- a/infra/modules/providers/azure/service-plan/variables.tf +++ b/infra/modules/providers/azure/service-plan/variables.tf @@ -20,7 +20,7 @@ variable "service_plan_name" { variable "service_plan_tier" { description = "The tier under which the service plan is created. Details can be found at https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plans" - default = "Standard" + default = "Isolated" } variable "service_plan_size" {