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 7b117e5 + 564a5cd commit f3bef8fCopy full SHA for f3bef8f
terraform/groups/ecs-service/locals.tf
@@ -9,7 +9,7 @@ locals {
9
docker_repo = "orders.api.ch.gov.uk"
10
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
11
lb_listener_rule_priority = 95
12
- lb_listener_paths = ["/orders/*"]
+ lb_listener_paths = ["/orders-api/*"]
13
healthcheck_path = "/orders-api/healthcheck" #healthcheck path for order-api
14
healthcheck_matcher = "200"
15
vpc_name = local.stack_secrets["vpc_name"]
0 commit comments