We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e81cd3 commit 8919b57Copy full SHA for 8919b57
locals.tf
@@ -13,6 +13,7 @@ locals {
13
## The configuration for slack notifications if enabled
14
slack = local.enable_slack ? {
15
channel = var.notifications.slack.channel
16
+ lambda_name = var.notifications.slack.lambda_name
17
secret_name = var.notifications.slack.secret_name
18
username = var.notifications.slack.username
19
webhook_url = var.notifications.slack.webhook_url
0 commit comments