Skip to content

Commit f7951f7

Browse files
committed
fix(terraform): add container config block
it seems like Deployment Center is stuck with pending changes
1 parent ff98a62 commit f7951f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/app_service.tf

+8
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ resource "azurerm_app_service_source_control" "main" {
106106
repo_url = "https://github.com/cal-itp/benefits"
107107
branch = local.env_name
108108
use_manual_integration = true
109+
110+
github_action_configuration {
111+
generate_workflow_file = false
112+
container_configuration {
113+
registry_url = "https://ghcr.io/"
114+
image_name = "cal-itp/benefits"
115+
}
116+
}
109117
}
110118

111119
resource "azurerm_app_service_custom_hostname_binding" "main" {

0 commit comments

Comments
 (0)