Feat: Desacoplamento

This commit is contained in:
2026-03-12 15:02:26 -03:00
parent 08be8e314d
commit 8c3c23c65f
11 changed files with 231 additions and 163 deletions

View File

@@ -273,6 +273,22 @@ resource "aws_ecs_task_definition" "app" {
{
name = "LANGFUSE_HOST"
value = var.langfuse_host
},
{
name = "AWS_REGION"
value = var.aws_region_app
},
{
name = "BEDROCK_MODEL_ARN"
value = var.bedrock_model_arn
},
{
name = "OUTPUT_BUCKET"
value = var.output_bucket
},
{
name = "API_VERSION"
value = var.api_version
}
]