Feat: Desacoplamento
This commit is contained in:
@@ -58,4 +58,27 @@ variable "app_count" {
|
||||
variable "langfuse_host" {
|
||||
description = "Langfuse host URL"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "aws_region_app" {
|
||||
description = "AWS region passed to the application container"
|
||||
type = string
|
||||
default = "us-east-2"
|
||||
}
|
||||
|
||||
variable "bedrock_model_arn" {
|
||||
description = "ARN of the AWS Bedrock application inference profile"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "output_bucket" {
|
||||
description = "S3 bucket name for processed results"
|
||||
type = string
|
||||
default = "upflux-doc-analyzer"
|
||||
}
|
||||
|
||||
variable "api_version" {
|
||||
description = "API version prefix used in S3 output paths"
|
||||
type = string
|
||||
default = "v1"
|
||||
}
|
||||
Reference in New Issue
Block a user