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 88995b3 + 48c9e13 commit 48e14b9Copy full SHA for 48e14b9
examples/basic/main.tf
@@ -57,7 +57,7 @@ resource aws_iam_policy this {
57
EOF
58
}
59
module lambda {
60
- source = "github.com/terraform-module/terraform-aws-lambda?ref=v2.12.7"
+ source = "github.com/terraform-module/terraform-aws-lambda?ref=v2.12.8"
61
62
function_name = "lambda-to-deploy"
63
filename = data.archive_file.lambda.output_path
0 commit comments