Skip to content

Commit

Permalink
Comment out the trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 14389c5 commit 45fdfaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ data "archive_file" "function" {

# Lambda Layer with requirements.txt
resource "null_resource" "dependencies" {
triggers = {
requirements = filesha1("${path.module}/lambdas/create_rds_postgres_tester/requirements.txt")
}
# triggers = {
# requirements = filesha1("${path.module}/lambdas/create_rds_postgres_tester/requirements.txt")
# }
# the command to install python and dependencies to the machine and zips
provisioner "local-exec" {
command = <<EOT
Expand Down

0 comments on commit 45fdfaa

Please sign in to comment.