From f0090630ab6d50bbdcf27cf0f9709d62a93b25db Mon Sep 17 00:00:00 2001 From: Bryn Noel Ubald <55503826+bnubald@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:43:49 +0100 Subject: [PATCH 1/2] Fix #54: Update azurerm provider to newer version --- terraform/backend.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/backend.tf b/terraform/backend.tf index c1c87e2..1a868a1 100644 --- a/terraform/backend.tf +++ b/terraform/backend.tf @@ -6,7 +6,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "=3.59.0" + version = "=3.90.0" } null = { source = "hashicorp/null" From c6c6f34a47ffee467783986ce57a5e44a805f39c Mon Sep 17 00:00:00 2001 From: Bryn Noel Ubald <55503826+bnubald@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:50:02 +0100 Subject: [PATCH 2/2] Fix #55: Enable flag to build dependencies during deployment - fix pandas --- terraform/application/app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/application/app.tf b/terraform/application/app.tf index cb9844f..b14caf4 100644 --- a/terraform/application/app.tf +++ b/terraform/application/app.tf @@ -32,7 +32,7 @@ resource "azurerm_linux_web_app" "this" { "ICENET_AUTH_LIST" = "/data/auth_list.json" "ICENET_DATA_LOCATION" = "/data" # "ENABLE_ORYX_BUILD" = "true" -# "SCM_DO_BUILD_DURING_DEPLOYMENT" = "true" + "SCM_DO_BUILD_DURING_DEPLOYMENT" = "true" } storage_account {