diff --git a/terraform/app_service.tf b/terraform/app_service.tf index 15dd3e5042..e025e2d319 100644 --- a/terraform/app_service.tf +++ b/terraform/app_service.tf @@ -102,9 +102,10 @@ resource "azurerm_linux_web_app" "main" { } resource "azurerm_app_service_source_control" "main" { - app_id = azurerm_linux_web_app.main.id - repo_url = "https://github.com/cal-itp/benefits" - branch = local.env_name + app_id = azurerm_linux_web_app.main.id + repo_url = "https://github.com/cal-itp/benefits" + branch = local.env_name + use_manual_integration = true } resource "azurerm_app_service_custom_hostname_binding" "main" {