Skip to content

Commit 76783a3

Browse files
authored
Revert "fix(terraform): turn on manual integration" (#2163)
2 parents 61645c9 + b28fc6d commit 76783a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

terraform/app_service.tf

+3-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ resource "azurerm_linux_web_app" "main" {
102102
}
103103

104104
resource "azurerm_app_service_source_control" "main" {
105-
app_id = azurerm_linux_web_app.main.id
106-
repo_url = "https://github.com/cal-itp/benefits"
107-
branch = local.env_name
108-
use_manual_integration = true
105+
app_id = azurerm_linux_web_app.main.id
106+
repo_url = "https://github.com/cal-itp/benefits"
107+
branch = local.env_name
109108

110109
github_action_configuration {
111110
generate_workflow_file = false

0 commit comments

Comments
 (0)