diff --git a/main.tf b/main.tf index 2272d76..a4518c9 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.13.0" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.14.0" description = "Lambda function for Key Enforcement" function_name = var.project_name