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