Skip to content

Commit

Permalink
fix: ensuring the name of the lambda is passed to the module inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 27, 2024
1 parent 1e81cd3 commit 8919b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ locals {
## The configuration for slack notifications if enabled
slack = local.enable_slack ? {
channel = var.notifications.slack.channel
lambda_name = var.notifications.slack.lambda_name
secret_name = var.notifications.slack.secret_name
username = var.notifications.slack.username
webhook_url = var.notifications.slack.webhook_url
Expand Down

0 comments on commit 8919b57

Please sign in to comment.