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 +}