Skip to content

Commit 378ba42

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

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
@@ -29,7 +29,7 @@ resource "null_resource" "lambda_zip" {
2929
}
3030

3131
provisioner "local-exec" {
32-
command = "curl -Lso ${path.module}/lambda.zip https://github.com/${local.repo_full_ame}/releases/download/${local.lambda_version_tag}/lambda.zip"
32+
command = "curl -Lso ${path.module}/lambda.zip https://github.com/${local.repo_full_name}/releases/download/${local.lambda_version_tag}/lambda.zip"
3333
}
3434
}
3535

0 commit comments

Comments
 (0)