From 72e2b34739295f496e485bc0154e6421daed0b0a Mon Sep 17 00:00:00 2001 From: Moritz Bogs Date: Wed, 5 Nov 2025 10:46:49 +0000 Subject: [PATCH] Add dummy redis cache url * A value is expected by the application during start up but since the cache should not be accessed from data replication, a dummy value can be used. --- terraform/data_replication/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/data_replication/variables.tf b/terraform/data_replication/variables.tf index 1c047c1bd7..8bef129c26 100644 --- a/terraform/data_replication/variables.tf +++ b/terraform/data_replication/variables.tf @@ -74,6 +74,10 @@ locals { { name = "RAILS_ENV" value = var.environment == "production" ? "production" : "staging" + }, + { + name = "REDIS_CACHE_URL" + value = "not_needed" } ] task_secrets = [