Skip to content

Commit c856851

Browse files
fix: remove s from baskets
1 parent 168b76d commit c856851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/groups/ecs-service/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locals {
99
docker_repo = "orders.api.ch.gov.uk"
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
1111
lb_listener_rule_priority = 95
12-
lb_listener_paths = ["/orders-api/*","/orders/*","/checkouts/*","/baskets/*" ]
12+
lb_listener_paths = ["/orders-api/*","/orders/*","/checkouts/*","/basket/*" ]
1313
healthcheck_path = "/orders-api/healthcheck" #healthcheck path for order-api
1414
healthcheck_matcher = "200"
1515
vpc_name = local.stack_secrets["vpc_name"]

0 commit comments

Comments
 (0)