Skip to content

Commit 869364d

Browse files
committed
debug tf
1 parent b216d35 commit 869364d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

terraform/redis_sync_lambda.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ locals {
55
redis_sync_dir_sha = sha1(join("", [for f in local.redis_sync_files : filesha1("${local.redis_sync_dir}/${f}")]))
66
}
77

8+
output "redis_sync_dir" {
9+
value = "redis_sync_dir: ${local.redis_sync_dir}"
10+
}
11+
12+
output "redis_sync_files" {
13+
value = "redis_sync_files: ${local.redis_sync_files}"
14+
}
15+
816
data "archive_file" "redis_sync_lambda_zip" {
917
type = "zip"
1018
source_dir = local.redis_sync_dir

0 commit comments

Comments
 (0)