Skip to content

Commit

Permalink
Remove leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 7e57109 commit 1427f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 1427f9a

Please sign in to comment.