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 = [