From 282532b72677fbe2e2fa95cee523d6a7d2b756b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:58:31 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-aws-modules/lambda/aws to v4 --- tf-modules/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-modules/main.tf b/tf-modules/main.tf index d6a8f89..9815d98 100644 --- a/tf-modules/main.tf +++ b/tf-modules/main.tf @@ -1,4 +1,4 @@ module "lambda" { source = "terraform-aws-modules/lambda/aws" - version = "~> 2.0" + version = "~> 4.0" } \ No newline at end of file