Skip to content

Commit 7654618

Browse files
authored
Merge pull request #5118 from nhsuk/data_replication_redis_cache
Add dummy redis cache url
2 parents db1c361 + 72e2b34 commit 7654618

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)