fix quota issue

This commit is contained in:
github-actions[bot]
2024-11-04 05:56:07 +00:00
committed by lonegunmanb
parent 6b503a1302
commit 0e236b9035
3 changed files with 11 additions and 7 deletions

View File

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