diff --git a/main.tf b/main.tf index 235027d..6f7d878 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.7.1" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.8.1" description = "Lambda function for Key Enforcement" function_name = var.project_name