Skip to content

Commit 72e2b34

Browse files
committed
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.
1 parent c92e786 commit 72e2b34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

terraform/data_replication/variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ locals {
7474
{
7575
name = "RAILS_ENV"
7676
value = var.environment == "production" ? "production" : "staging"
77+
},
78+
{
79+
name = "REDIS_CACHE_URL"
80+
value = "not_needed"
7781
}
7882
]
7983
task_secrets = [

0 commit comments

Comments
 (0)