Skip to content

Commit ef72b80

Browse files
committed
src folder
1 parent 1694db4 commit ef72b80

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
@@ -1,6 +1,6 @@
11
# Define the directory containing source code and calculate its SHA-256 hash for triggering redeployments
22
locals {
3-
redis_sync_dir = abspath("${path.root}/../redis_sync")
3+
redis_sync_dir = abspath("${path.root}/../redis_sync/src")
44
redis_sync_files = fileset(local.redis_sync_dir, "**")
55
redis_sync_dir_sha = sha1(join("", [for f in local.redis_sync_files : filesha1("${local.redis_sync_dir}/${f}")]))
66
}

0 commit comments

Comments
 (0)