Skip to content

Commit

Permalink
fix(terraform): add container config block
Browse files Browse the repository at this point in the history
it seems like Deployment Center is stuck with pending changes
  • Loading branch information
thekaveman committed Jun 12, 2024
1 parent 53e6cb2 commit 4de1dcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ resource "azurerm_app_service_source_control" "main" {
repo_url = "https://github.com/cal-itp/benefits"
branch = local.env_name
use_manual_integration = true

github_action_configuration {
generate_workflow_file = false
container_configuration {
registry_url = "https://ghcr.io/"
image_name = "cal-itp/benefits"
}
}
}

resource "azurerm_app_service_custom_hostname_binding" "main" {
Expand Down

0 comments on commit 4de1dcc

Please sign in to comment.