Adds langfuse ec2 and api key to code
This commit is contained in:
9
infra/langfuse-terraform/outputs.tf
Normal file
9
infra/langfuse-terraform/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "instance_ip" {
|
||||
description = "Public IP of the Langfuse EC2 instance"
|
||||
value = aws_instance.langfuse.public_ip
|
||||
}
|
||||
|
||||
output "url" {
|
||||
description = "Langfuse web UI URL"
|
||||
value = "http://${aws_instance.langfuse.public_ip}:${var.langfuse_web_port}"
|
||||
}
|
||||
Reference in New Issue
Block a user