Skip to content

Commit

Permalink
Updating lambda name
Browse files Browse the repository at this point in the history
  • Loading branch information
lzrocha committed Jul 3, 2020
1 parent db24d17 commit 37c76f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-slack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "aws_lambda_function" "default" {
count = var.slack_endpoint == "" ? 0 : 1

filename = "${path.module}/slack.zip"
function_name = "slack-notification-healthcheck"
function_name = "slack-notification-healthcheck-${var.topic_name}"
role = aws_iam_role.default[0].arn
handler = "main"

Expand Down

0 comments on commit 37c76f0

Please sign in to comment.