We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92727 commit 1bfc6aeCopy full SHA for 1bfc6ae
1 file changed
terraform/redis_sync_lambda.tf
@@ -53,6 +53,7 @@ resource "null_resource" "package_lambda" {
53
}
54
depends_on = [null_resource.chmod_package_lambda, null_resource.make_build_dir, null_resource.debug_script, null_resource.debug_dir]
55
triggers = {
56
+ always_run = timestamp()
57
# Triggers when any of the Lambda source files change
58
src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
59
0 commit comments