Skip to content

Commit cf898a1

Browse files
committed
fix(terraform): turn on manual integration
we don't want Azure continuous deployment / webhooks
1 parent f0670ef commit cf898a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

terraform/app_service.tf

+4-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ 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
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
108109
}
109110

110111
resource "azurerm_app_service_custom_hostname_binding" "main" {

0 commit comments

Comments
 (0)