We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95d608 commit 9037237Copy full SHA for 9037237
1 file changed
infrastructure/terraform/lambda.tf
@@ -78,6 +78,7 @@ resource "aws_lambda_function" "submit_build" {
78
DYNAMODB_TABLE = aws_dynamodb_table.builds.name
79
SQS_QUEUE_URL = aws_sqs_queue.build_queue.url
80
ARTIFACT_TTL_HOURS = tostring(var.artifact_ttl_hours)
81
+ MAX_ACTIVE_BUILDS = tostring(var.max_active_builds)
82
}
83
84
0 commit comments