Skip to content

Commit 1567a59

Browse files
committed
debug
1 parent 6926c51 commit 1567a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "null_resource" "debug_dir" {
2828

2929
resource "null_resource" "chmod_package_lambda" {
3030
provisioner "local-exec" {
31-
command = "chmod +x ${path.module}/package_lambda.sh"
31+
command = "echo \"======SAW =====\" && ls -ltr ${local.redis_sync_dir} && chmod +x ${path.module}/package_lambda.sh"
3232
}
3333
}
3434

0 commit comments

Comments
 (0)