fix functionapp sku size
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 19:57:18 +02:00
parent de49d650ba
commit a270116d8f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ resource "azurerm_service_plan" "sp-hanyadikhet-functionapp" {
resource_group_name = azurerm_resource_group.rg-hanyadikhet-functionapp.name
location = azurerm_resource_group.rg-hanyadikhet-functionapp.location
os_type = "Linux"
sku_name = "FREE"
sku_name = "Y1"
}
resource "azurerm_linux_function_app" "fa-hanyadikhet" {