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