make config idempotent

This commit is contained in:
github-actions[bot]
2024-11-04 06:10:18 +00:00
parent da94aaabca
commit d0a185d051
2 changed files with 2 additions and 2 deletions

View File

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