Skip to content

Commit 021f756

Browse files
authored
feat: Updated version of terraform-aws-lambda module to 1.28.0 (#119)
1 parent 2462fe8 commit 021f756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {
6767

6868
module "lambda" {
6969
source = "terraform-aws-modules/lambda/aws"
70-
version = "1.27.0"
70+
version = "1.28.0"
7171

7272
create = var.create
7373

0 commit comments

Comments
 (0)