We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2eba94 commit 94d5fe4Copy full SHA for 94d5fe4
1 file changed
terraform/data_replication/variables.tf
@@ -70,6 +70,10 @@ locals {
70
{
71
name = "DB_NAME"
72
value = aws_rds_cluster.cluster.database_name
73
+ },
74
+ {
75
+ name = "RAILS_ENV"
76
+ value = var.environment == "production" ? "production" : "staging"
77
}
78
]
79
task_secrets = [
0 commit comments