Skip to content

Commit a28d05f

Browse files
terraform fmt
1 parent eaf9fa4 commit a28d05f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/lambda/lambda.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
locals {
2-
runtime = "nodejs14.x"
3-
lambda_handler = "handler.app"
4-
lambda_source_code_zip_path = "${path.module}/source_code/${var.integration_type}/app.zip"
2+
runtime = "nodejs14.x"
3+
lambda_handler = "handler.app"
4+
lambda_source_code_zip_path = "${path.module}/source_code/${var.integration_type}/app.zip"
55
}
66

77
resource "aws_lambda_function" "spectral_scanner_lambda" {

0 commit comments

Comments
 (0)