Skip to content

Commit fd633ad

Browse files
authored
Fix: remove source control block (#2164)
2 parents 76783a3 + 806fe02 commit fd633ad

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

terraform/app_service.tf

-14
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,6 @@ resource "azurerm_linux_web_app" "main" {
101101
}
102102
}
103103

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
108-
109-
github_action_configuration {
110-
generate_workflow_file = false
111-
container_configuration {
112-
registry_url = "https://ghcr.io/"
113-
image_name = "cal-itp/benefits"
114-
}
115-
}
116-
}
117-
118104
resource "azurerm_app_service_custom_hostname_binding" "main" {
119105
hostname = local.hostname
120106
app_service_name = azurerm_linux_web_app.main.name

0 commit comments

Comments
 (0)