Skip to content

Commit 1eb4b58

Browse files
update healthcheck
1 parent a1d7f7f commit 1eb4b58

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/fhir-api

1 file changed

+1
-1
lines changed

infrastructure/modules/fhir-api/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ resource "aws_lb_target_group" "fhir_api_tg" {
271271
target_type = "ip"
272272

273273
health_check {
274-
path = "/fhir/health"
274+
path = "/fhir/healthCheck"
275275
port = var.fhir_api_port
276276
interval = 30
277277
timeout = 5

0 commit comments

Comments
 (0)