Skip to content

Commit

Permalink
update lambda module 3.1.1 -> 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Devyatkin <andrey.devyatkin@fivexl.io>
  • Loading branch information
Andrey9kin committed Apr 28, 2022
1 parent 6b23ad3 commit 4e24acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "lambda" {
source = "terraform-aws-modules/lambda/aws"
version = "3.1.1"
version = "3.2.0"

function_name = var.function_name
description = "Send CloudTrail Events to Slack"
Expand Down

0 comments on commit 4e24acb

Please sign in to comment.