Skip to content

Commit

Permalink
actually code in the override
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 24, 2022
1 parent eb4b3bc commit 9bc0520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ resource "aws_lambda_function" "lambda" {
"tf_module_version" = local._module_version
SnsEnable = var.create && var.enable_sns
SnsTopicArn = var.create && var.enable_sns ? aws_sns_topic.topic[0].arn : null
}
},
var.lambda_environment_variables_override,
)
}
timeouts {}
Expand Down

0 comments on commit 9bc0520

Please sign in to comment.