fix application stack meme
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-17 20:01:54 +02:00
parent 29241ab9df
commit 01b90a8742
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ resource "azurerm_linux_function_app" "fa-hanyadikhet" {
storage_account_name = azurerm_storage_account.sa-hanyadikhet-functionapp.name
service_plan_id = azurerm_service_plan.sp-hanyadikhet-functionapp.id
python_version = "3.9"
application_stack {
python_version = "3.9"
}
site_config {}
}