Skip to content

Commit 6926c51

Browse files
committed
check ${local.redis_sync_dir}
1 parent 78f700e commit 6926c51

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

terraform/redis_sync_lambda.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ output "redis_sync_files" {
2020
# excludes = ["test/*", "*.zip", "build/*", "venv/*"]
2121
# }
2222

23+
resource "null_resource" "debug_dir" {
24+
provisioner "local-exec" {
25+
command = "ls -ltr ${local.redis_sync_dir}"
26+
}
27+
}
28+
2329
resource "null_resource" "chmod_package_lambda" {
2430
provisioner "local-exec" {
2531
command = "chmod +x ${path.module}/package_lambda.sh"

0 commit comments

Comments
 (0)