Skip to content

Commit 1bfc6ae

Browse files
committed
always build zip
1 parent af92727 commit 1bfc6ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ resource "null_resource" "package_lambda" {
5353
}
5454
depends_on = [null_resource.chmod_package_lambda, null_resource.make_build_dir, null_resource.debug_script, null_resource.debug_dir]
5555
triggers = {
56+
always_run = timestamp()
5657
# Triggers when any of the Lambda source files change
5758
src_hash = sha1(join("", fileset(local.redis_sync_dir, "**")))
5859

0 commit comments

Comments
 (0)