Skip to content

Commit

Permalink
Update local function name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Jun 26, 2023
1 parent 5efdcc7 commit 38010fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
function_name = "${var.name}-alertmanager-delivery-${random_id.unique_id.dec}"
function_name = "${var.name}-delivery-${random_id.unique_id.dec}"
}

resource "aws_lambda_function" "alertmanger_sentry_notification" {
Expand Down

0 comments on commit 38010fd

Please sign in to comment.