We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33c3a7 commit 85aa6f8Copy full SHA for 85aa6f8
1 file changed
infrastructure/terraform/modules/lambda/outputs.tf
@@ -20,7 +20,7 @@ output "function_qualified_arn" {
20
21
output "function_env_vars" {
22
description = "Environment variables for the Lambda function"
23
- value = length(var.lambda_env_vars) == 0 ? {} : aws_lambda_function.main.environment[0].variables
+ value = var.lambda_env_vars
24
}
25
26
output "iam_role_name" {
0 commit comments