diff --git a/terraform/app_service.tf b/terraform/app_service.tf index af9392351..920df890b 100644 --- a/terraform/app_service.tf +++ b/terraform/app_service.tf @@ -102,10 +102,9 @@ 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 - use_manual_integration = true + app_id = azurerm_linux_web_app.main.id + repo_url = "https://github.com/cal-itp/benefits" + branch = local.env_name github_action_configuration { generate_workflow_file = false