We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52f6774 + 84d52fb commit 84b0c2eCopy full SHA for 84b0c2e
3 files changed
terraform/app/env/preview.tfvars
@@ -17,3 +17,6 @@ http_hosts = {
17
valkey_node_type = "cache.t4g.micro"
18
valkey_log_retention_days = 3
19
valkey_failover_enabled = false
20
+
21
+minimum_reporting_replicas = 2
22
+maximum_reporting_replicas = 4
terraform/app/env/production.tfvars
@@ -26,4 +26,7 @@ container_insights = "enhanced"
26
enable_backup_to_vault = true
27
enable_enhanced_db_monitoring = true
28
29
30
31
32
enable_ops_service = true
terraform/app/env/training.tfvars
@@ -20,3 +20,6 @@ http_hosts = {
23
24
25
0 commit comments