Update Service Plan Tier to Isolated

This commit is contained in:
manojvazirani 2019-04-24 14:28:49 -04:00
Родитель 82159539eb
Коммит c8a0b9d50c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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" {