From 60db098a8625c7e63a4381389d47e8e04a6a371d Mon Sep 17 00:00:00 2001 From: Moss GU Date: Thu, 13 Nov 2025 22:44:30 +1300 Subject: [PATCH] Update outputs.tf, test with health check endpoint --- terraform/4_researcher/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/4_researcher/outputs.tf b/terraform/4_researcher/outputs.tf index 09fe95de..6ccba14e 100644 --- a/terraform/4_researcher/outputs.tf +++ b/terraform/4_researcher/outputs.tf @@ -27,11 +27,11 @@ output "setup_instructions" { Service URL: https://${aws_apprunner_service.researcher.service_url} Test the researcher: - curl https://${aws_apprunner_service.researcher.service_url}/research + curl https://${aws_apprunner_service.researcher.service_url}/ ${var.scheduler_enabled ? "⏰ Automated research is running every 2 hours" : "💡 To enable automated research, set scheduler_enabled = true"} Note: You'll need to deploy your actual researcher code to App Runner. Follow the guide for instructions on building and deploying the Docker image. EOT -} \ No newline at end of file +}