diff --git a/modules/create-rds-postgres-tester/lambdas/create_rds_postgres_tester/requirements.txt b/modules/create-rds-postgres-tester/dependencies/requirements.txt similarity index 100% rename from modules/create-rds-postgres-tester/lambdas/create_rds_postgres_tester/requirements.txt rename to modules/create-rds-postgres-tester/dependencies/requirements.txt diff --git a/modules/create-rds-postgres-tester/main.tf b/modules/create-rds-postgres-tester/main.tf index b33acc2f..ec2de7d9 100644 --- a/modules/create-rds-postgres-tester/main.tf +++ b/modules/create-rds-postgres-tester/main.tf @@ -59,9 +59,7 @@ resource "null_resource" "dependencies" { # the command to install python and dependencies to the machine and zips provisioner "local-exec" { command = <