diff --git a/modules/create-rds-postgres-tester/main.tf b/modules/create-rds-postgres-tester/main.tf index 2bd2a510..21986736 100644 --- a/modules/create-rds-postgres-tester/main.tf +++ b/modules/create-rds-postgres-tester/main.tf @@ -56,7 +56,6 @@ resource "null_resource" "dependencies" { triggers = { always_run = "${timestamp()}" } - # the command to install python and dependencies to the machine and zips provisioner "local-exec" { command = <