Skip to content

Commit 7b117e5

Browse files
Merge pull request #166 from companieshouse/fix/update-healthcheck-path
fix: update healthcheck path
2 parents 0de72fa + 347c056 commit 7b117e5

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
@@ -10,7 +10,7 @@ locals {
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
1111
lb_listener_rule_priority = 95
1212
lb_listener_paths = ["/orders/*"]
13-
healthcheck_path = "/healthcheck" #healthcheck path for order-api
13+
healthcheck_path = "/orders-api/healthcheck" #healthcheck path for order-api
1414
healthcheck_matcher = "200"
1515
vpc_name = local.stack_secrets["vpc_name"]
1616
s3_config_bucket = data.vault_generic_secret.shared_s3.data["config_bucket_name"]

0 commit comments

Comments
 (0)