From 29241ab9df87d9db15433942b0bc5cab62a947a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 17 May 2022 20:00:15 +0200 Subject: [PATCH] use latest python for azure functionm --- azure-functionapps.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-functionapps.tf b/azure-functionapps.tf index 9fcd538..c0d859f 100644 --- a/azure-functionapps.tf +++ b/azure-functionapps.tf @@ -22,5 +22,7 @@ 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" + site_config {} } \ No newline at end of file