We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92e786 commit 72e2b34Copy full SHA for 72e2b34
1 file changed
terraform/data_replication/variables.tf
@@ -74,6 +74,10 @@ locals {
74
{
75
name = "RAILS_ENV"
76
value = var.environment == "production" ? "production" : "staging"
77
+ },
78
+ {
79
+ name = "REDIS_CACHE_URL"
80
+ value = "not_needed"
81
}
82
]
83
task_secrets = [
0 commit comments