Skip to content

Commit 520f826

Browse files
committed
publish
1 parent fc3dc36 commit 520f826

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
@@ -95,7 +95,7 @@ resource "aws_lambda_function" "redis_sync_lambda" {
9595
aws_cloudwatch_log_group.redis_sync_lambda_log_group,
9696
aws_iam_policy.redis_sync_lambda_exec_policy
9797
]
98-
publish = false
98+
publish = true
9999
}
100100

101101
# output "redis_sync_lambda_version" {

0 commit comments

Comments
 (0)