We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4ad6bc + 9a799d6 commit 117263eCopy full SHA for 117263e
terraform/groups/ecs-service/locals.tf
@@ -9,7 +9,7 @@ locals {
9
docker_repo = "limited-partnerships-api"
10
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
11
lb_listener_rule_priority = 23
12
- lb_listener_paths = ["/transactions/*/limited-partnership/*"]
+ lb_listener_paths = ["/transactions/*/limited-partnership/*", "/limited-partnership/healthcheck"]
13
healthcheck_path = "/limited-partnership/healthcheck" #healthcheck path for limited-partnerships-api
14
healthcheck_matcher = "200"
15
vpc_name = local.service_secrets["vpc_name"]
0 commit comments