diff --git a/main.tf b/main.tf index 4a01bc8..04f07dc 100644 --- a/main.tf +++ b/main.tf @@ -36,7 +36,7 @@ data "aws_iam_policy_document" "lambda" { } module "lambda" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.2.3" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.2.5" description = "Lambda function for Key Enforcement" function_name = var.project_name