make config idempotent
This commit is contained in:
committed by
lonegunmanb
parent
0e236b9035
commit
2bad598b70
@@ -43,7 +43,7 @@ variable "asp_name" {
|
||||
variable "asp_sku_tier" {
|
||||
description = "The SKU tier of the App Service Plan. Possible values are Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3."
|
||||
type = string
|
||||
default = "Standard"
|
||||
default = "Premium0V3"
|
||||
}
|
||||
|
||||
variable "fa_name" {
|
||||
|
||||
Reference in New Issue
Block a user