Skip to content

Commit 89c47c1

Browse files
authored
Merge pull request #2911 from kakakakakku/terraform-sqs-lambda
terraform-sqs-lambda: Update AWS Lambda Terraform module for Python 3.14
2 parents 98d5a22 + be0040f commit 89c47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-sqs-lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider "aws" {
88

99
module "lambda_function" {
1010
source = "terraform-aws-modules/lambda/aws"
11-
version = "~> 4.0"
11+
version = "~> 8.0"
1212

1313
function_name = "${random_pet.this.id}-lambda"
1414
description = "My awesome lambda function"

0 commit comments

Comments
 (0)