Skip to content

Commit dcf4fdf

Browse files
authored
fix: Bump version of lambda module that supports Terraform 13 and AWS Provider 3.x (#96)
1 parent 13e05e5 commit dcf4fdf

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.6.0"
70+
version = ">= 1.18.0"
7171

7272
create = var.create
7373

0 commit comments

Comments
 (0)