Skip to content

Commit

Permalink
health-check
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Jan 17, 2025
1 parent f828f24 commit 7229cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/elastic_beanstalk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
main_app_elastic_beanstalk_min_instances = 2
main_app_elastic_beanstalk_max_instances = 12

main_app_elastic_beanstalk_health_check_path = "/" // It would be nice if this was a dedicated "/health-check" endpoint that's unauthenticated
main_app_elastic_beanstalk_health_check_path = "/health-check" // It would be nice if this was a dedicated "/health-check" endpoint that's unauthenticated
main_app_elastic_beanstalk_health_check_matcher_http_code = 200
}

Expand Down

0 comments on commit 7229cae

Please sign in to comment.