Hi, I'm currently trying to do some terraform stuf...
# ask-metaflow
b
Hi, I'm currently trying to do some terraform stuff and seeing an error that looks like this:
Copy code
module.metaflow.module.metaflow-metadata-service.aws_lambda_function.db_migrate_lambda: Modifying... [id=metaflow-db_migrate-raqhptn5]
╷
│ Error: reading ZIP file (.terraform/modules/metaflow/modules/metadata-service/db_migrate_lambda.zip): open .terraform/modules/metaflow/modules/metadata-service/db_migrate_lambda.zip: no such file or directory
│ 
│   with module.metaflow.module.metaflow-metadata-service.aws_lambda_function.db_migrate_lambda,
│   on .terraform/modules/metaflow/modules/metadata-service/lambda.tf line 113, in resource "aws_lambda_function" "db_migrate_lambda":
│  113: resource "aws_lambda_function" "db_migrate_lambda" {
│
Has anyone seen anything like this before? I can't find where this
db_migrate_lambda.zip
is supposed to be. I believe I'm using
v0.9.0
of the terraform module