From 1fc0b25983bf0f92692ab3ea0a5d0957081c2019 Mon Sep 17 00:00:00 2001 From: jcma-google <99992917+jcma-google@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:21:47 -0400 Subject: [PATCH] Minor v4.1.0 azurerm bugfixes (#387) --- cloud/azure/modules/app/locals.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloud/azure/modules/app/locals.tf b/cloud/azure/modules/app/locals.tf index f499c9e7..3b2f5d1c 100644 --- a/cloud/azure/modules/app/locals.tf +++ b/cloud/azure/modules/app/locals.tf @@ -19,8 +19,6 @@ locals { app_settings = merge({ WEBSITES_ENABLE_APP_SERVICE_STORAGE = false PORT = 9000 - - DOCKER_REGISTRY_SERVER_URL = "https://index.docker.io" DB_USERNAME = "${azurerm_postgresql_flexible_server.civiform.administrator_login}@${azurerm_postgresql_flexible_server.civiform.name}" DB_PASSWORD = data.azurerm_key_vault_secret.postgres_password.value