Skip to content

Commit ae6e153

Browse files
authored
Merge pull request #48 from companieshouse/lp-197-get-api-cidev-working
LP-197 Change LB path for API calls
2 parents eba2b5a + 0d1f111 commit ae6e153

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 = "limited-partnerships-api"
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
1111
lb_listener_rule_priority = 23
12-
lb_listener_paths = ["/limited-partnership/*"]
12+
lb_listener_paths = ["/transactions/*/limited-partnership/*"]
1313
healthcheck_path = "/limited-partnership/healthcheck" #healthcheck path for limited-partnerships-api
1414
healthcheck_matcher = "200"
1515
vpc_name = local.service_secrets["vpc_name"]

0 commit comments

Comments
 (0)