Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to function "filebase64sha256" failed: open ../webhook.zip: no such file or directory. #4462

Open
ofiryy opened this issue Mar 8, 2025 · 0 comments

Comments

@ofiryy
Copy link

ofiryy commented Mar 8, 2025

I run the module and get multiple errors of this form:

│ Error: Error in function call
│
│   on .terraform/modules/runners/modules/webhook/direct/webhook.tf line 10, in resource "aws_lambda_function" "webhook":
│   10:   source_code_hash  = var.config.lambda_s3_bucket == null ? filebase64sha256(local.lambda_zip) : null
│     ├────────────────
│     │ while calling filebase64sha256(path)
│     │ local.lambda_zip is "./../webhook.zip"
│
│ Call to function "filebase64sha256" failed: open ../webhook.zip: no such file or directory.

what could be the issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant