make config idempotent

This commit is contained in:
github-actions[bot]
2024-11-04 06:10:18 +00:00
committed by lonegunmanb
parent 0e236b9035
commit 2bad598b70
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ resource "azurerm_app_service_plan" "example" {
sku {
tier = var.asp_sku_tier
size = "P0V3"
size = "P0v3"
}
}