We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b70ec commit b216d35Copy full SHA for b216d35
1 file changed
terraform/redis_sync_lambda.tf
@@ -1,6 +1,6 @@
1
# Define the directory containing source code and calculate its SHA-256 hash for triggering redeployments
2
locals {
3
- redis_sync_dir = abspath("${path.root}/../redis_sync_lambda")
+ redis_sync_dir = abspath("${path.root}/../redis_sync")
4
redis_sync_files = fileset(local.redis_sync_dir, "**")
5
redis_sync_dir_sha = sha1(join("", [for f in local.redis_sync_files : filesha1("${local.redis_sync_dir}/${f}")]))
6
}
0 commit comments