Skip to content

Commit 028ab38

Browse files
Merge pull request #6 from hunain60/patch-1
bug fix: lambda.tf
2 parents 221aeff + efd7f89 commit 028ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "aws_lambda_function" "lambda" {
33
function_name = "codepipeline-teams-notifications"
44
role = "${aws_iam_role.lambda.arn}"
55
handler = "index.handler"
6-
source_code_hash = "${filebase64sha256("../lambda.zip")}
6+
source_code_hash = "${filebase64sha256("../lambda.zip")}"
77
runtime = "nodejs8.10"
88
timeout = 20
99

0 commit comments

Comments
 (0)