From 7e571094da1ea23b61ff4ca72e2136d3bc350873 Mon Sep 17 00:00:00 2001 From: Andrew Hemming Date: Thu, 21 Mar 2024 20:19:04 +0000 Subject: [PATCH] Move requirements.txt --- .../requirements.txt | 0 modules/create-rds-postgres-tester/main.tf | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) rename modules/create-rds-postgres-tester/{lambdas/create_rds_postgres_tester => dependencies}/requirements.txt (100%) 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 = <