We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98d5a22 + be0040f commit 89c47c1Copy full SHA for 89c47c1
1 file changed
terraform-sqs-lambda/main.tf
@@ -8,7 +8,7 @@ provider "aws" {
8
9
module "lambda_function" {
10
source = "terraform-aws-modules/lambda/aws"
11
- version = "~> 4.0"
+ version = "~> 8.0"
12
13
function_name = "${random_pet.this.id}-lambda"
14
description = "My awesome lambda function"
0 commit comments