Skip to content

Commit

Permalink
PRMP-594 - Update filename for bulk ods update lambda tf
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Aug 20, 2024
1 parent b2c942d commit 7e04e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_lambda_function" "ods_bulk_update" {
filename = var.ods_bulk_update_lambda_name
filename = var.bulk_ods_update_lambda_zip
function_name = "${var.environment}-${var.ods_bulk_update_lambda_name}"
role = aws_iam_role.bulk_ods_lambda.arn
handler = "ods_bulk_update.lambda_handler"
Expand Down

0 comments on commit 7e04e83

Please sign in to comment.