From aba695141e3163146e5aba7a31a2ce00b63d80f5 Mon Sep 17 00:00:00 2001 From: Marvin Buss Date: Fri, 23 Aug 2024 10:48:11 +0200 Subject: [PATCH] Update bot service endpoint --- code/infra/botservice.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/infra/botservice.tf b/code/infra/botservice.tf index 97f9959..da98181 100644 --- a/code/infra/botservice.tf +++ b/code/infra/botservice.tf @@ -10,7 +10,7 @@ module "bot_service" { tags = var.tags bot_service_name = "${local.prefix}-bot001" bot_service_location = "global" - bot_service_endpoint = azurerm_linux_web_app.linux_web_app.default_hostname + bot_service_endpoint = "https://${azurerm_linux_web_app.linux_web_app.default_hostname}" bot_service_luis = { app_ids = [] key = null