You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
I run the module and get multiple errors of this form:
what could be the issue ?
The text was updated successfully, but these errors were encountered: