We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6284438 commit 378ba42Copy full SHA for 378ba42
main.tf
@@ -29,7 +29,7 @@ resource "null_resource" "lambda_zip" {
29
}
30
31
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"
+ command = "curl -Lso ${path.module}/lambda.zip https://github.com/${local.repo_full_name}/releases/download/${local.lambda_version_tag}/lambda.zip"
33
34
35
0 commit comments