Skip to content

Commit fc3dc36

Browse files
committed
test hash rebuild trigger
1 parent e146c2d commit fc3dc36

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
@@ -52,7 +52,7 @@ resource "null_resource" "package_lambda" {
5252
depends_on = [null_resource.chmod_package_lambda, null_resource.make_build_dir, null_resource.debug_script, null_resource.debug_dir]
5353
triggers = {
5454
build_hash = local.redis_sync_dir_sha
55-
# src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
55+
src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
5656
toml_hash = filesha1("${local.redis_sync_dir}/pyproject.toml")
5757
lock_hash = filesha1("${local.redis_sync_dir}/poetry.lock")
5858
}

0 commit comments

Comments
 (0)