We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e146c2d commit fc3dc36Copy full SHA for fc3dc36
1 file changed
terraform/redis_sync_lambda.tf
@@ -52,7 +52,7 @@ resource "null_resource" "package_lambda" {
52
depends_on = [null_resource.chmod_package_lambda, null_resource.make_build_dir, null_resource.debug_script, null_resource.debug_dir]
53
triggers = {
54
build_hash = local.redis_sync_dir_sha
55
- # src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
+ src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
56
toml_hash = filesha1("${local.redis_sync_dir}/pyproject.toml")
57
lock_hash = filesha1("${local.redis_sync_dir}/poetry.lock")
58
}
0 commit comments