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 0de72fa + 347c056 commit 7b117e5Copy full SHA for 7b117e5
terraform/groups/ecs-service/locals.tf
@@ -10,7 +10,7 @@ locals {
10
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
11
lb_listener_rule_priority = 95
12
lb_listener_paths = ["/orders/*"]
13
- healthcheck_path = "/healthcheck" #healthcheck path for order-api
+ healthcheck_path = "/orders-api/healthcheck" #healthcheck path for order-api
14
healthcheck_matcher = "200"
15
vpc_name = local.stack_secrets["vpc_name"]
16
s3_config_bucket = data.vault_generic_secret.shared_s3.data["config_bucket_name"]
0 commit comments