We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48c6e6 + 85aa6f8 commit 2e0290aCopy full SHA for 2e0290a
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