зеркало из https://github.com/Azure/terraform.git
make config idempotent
This commit is contained in:
Родитель
da94aaabca
Коммит
d0a185d051
|
@ -30,7 +30,7 @@ resource "azurerm_app_service_plan" "example" {
|
|||
|
||||
sku {
|
||||
tier = var.asp_sku_tier
|
||||
size = "P0V3"
|
||||
size = "P0v3"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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" {
|
||||
|
|
Загрузка…
Ссылка в новой задаче