diff --git a/modules/create-rds-postgres-tester/main.tf b/modules/create-rds-postgres-tester/main.tf index ec2de7d9..4f419506 100644 --- a/modules/create-rds-postgres-tester/main.tf +++ b/modules/create-rds-postgres-tester/main.tf @@ -70,7 +70,7 @@ resource "null_resource" "dependencies" { data "archive_file" "dependencies" { depends_on = [null_resource.dependencies] output_path = "${path.module}/lambdas/dist/dependencies.zip" - source_dir = "/${path.module}/dependencies" + source_dir = "${path.module}/dependencies" type = "zip" }