We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6926c51 commit 1567a59Copy full SHA for 1567a59
1 file changed
terraform/redis_sync_lambda.tf
@@ -28,7 +28,7 @@ resource "null_resource" "debug_dir" {
28
29
resource "null_resource" "chmod_package_lambda" {
30
provisioner "local-exec" {
31
- command = "chmod +x ${path.module}/package_lambda.sh"
+ command = "echo \"======SAW =====\" && ls -ltr ${local.redis_sync_dir} && chmod +x ${path.module}/package_lambda.sh"
32
}
33
34
0 commit comments