We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312c244 commit f6d6301Copy full SHA for f6d6301
python/integration-tests/aws-sdk/wrapper/main.tf
@@ -21,7 +21,7 @@ resource "aws_lambda_layer_version" "collector_layer" {
21
22
module "test-function" {
23
source = "terraform-aws-modules/lambda/aws"
24
-
+ version = "7.19.0"
25
architectures = compact([var.architecture])
26
function_name = var.function_name
27
handler = "lambda_function.lambda_handler"
python/sample-apps/aws-sdk/deploy/wrapper/main.tf
@@ -9,6 +9,7 @@ locals {
9
10
11
12
13
14
15
0 commit comments