Skip to content

Commit b28fc6d

Browse files
committed
Revert "fix(terraform): turn on manual integration"
This reverts commit ff98a62.
1 parent 61645c9 commit b28fc6d

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)