We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0670ef commit cf898a1Copy full SHA for cf898a1
terraform/app_service.tf
@@ -102,9 +102,10 @@ resource "azurerm_linux_web_app" "main" {
102
}
103
104
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
+ app_id = azurerm_linux_web_app.main.id
+ repo_url = "https://github.com/cal-itp/benefits"
+ branch = local.env_name
108
+ use_manual_integration = true
109
110
111
resource "azurerm_app_service_custom_hostname_binding" "main" {
0 commit comments