Skip to content

Commit 34ef8dd

Browse files
Fix name
1 parent 75959f6 commit 34ef8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ module "delete_user_from_groups_lambda" {
991991

992992
lambda_code_path = "${var.delete_user_from_groups_lambda_code_path}"
993993

994-
lambda_name = "${local.delete_user_from_groups_name}"
994+
lambda_name = "${local.delete_user_from_groups_lambda_name}"
995995

996996
lambda_runtime = "${local.lambda_runtime}"
997997

0 commit comments

Comments
 (0)