Adds langfuse ec2 and api key to code

This commit is contained in:
2026-02-26 13:34:45 -03:00
parent 5717cdd254
commit b7c0b92fa3
14 changed files with 487 additions and 41 deletions

View File

@@ -53,4 +53,9 @@ variable "app_count" {
description = "Number of tasks to run"
type = number
default = 1
}
variable "langfuse_host" {
description = "Langfuse host URL"
type = string
}