Skip to content

Commit f5617e7

Browse files
rsanchez-sScott Miller
andauthored
Update main.tf
Co-authored-by: Scott Miller <smiller@rhythmictech.com>
1 parent ea08ca6 commit f5617e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource "random_uuid" "lambda_uuid" {}
9999

100100

101101
resource "aws_lambda_function" "this" {
102-
filename = data.github_release.this.zipball_url.output
102+
filename = "${path.module}/lambda.zip"
103103
function_name = "${module.tags.name32}_${substr(random_uuid.lambda_uuid.result, 0, 31)}"
104104
role = aws_iam_role.this.arn
105105
handler = "rolling-restart.handler"

0 commit comments

Comments
 (0)