Skip to content

Commit 8919b57

Browse files
committed
fix: ensuring the name of the lambda is passed to the module inputs
1 parent 1e81cd3 commit 8919b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

locals.tf

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ locals {
1313
## The configuration for slack notifications if enabled
1414
slack = local.enable_slack ? {
1515
channel = var.notifications.slack.channel
16+
lambda_name = var.notifications.slack.lambda_name
1617
secret_name = var.notifications.slack.secret_name
1718
username = var.notifications.slack.username
1819
webhook_url = var.notifications.slack.webhook_url

0 commit comments

Comments
 (0)