We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publishing-api
1 parent a8dbeb0 commit c0b24bfCopy full SHA for c0b24bf
2 files changed
terraform/deployments/rds/import.tf
terraform/deployments/tfc-configuration/variables-production.tf
@@ -588,22 +588,6 @@ module "variable-set-rds-production" {
588
log_statement = { value = "all" }
589
deadlock_timeout = { value = 2500 }
590
log_lock_waits = { value = 1 }
591
- "rds.logical_replication" = {
592
- value = 1,
593
- apply_method = "pending-reboot"
594
- }
595
- max_wal_senders = {
596
- value = 35,
597
598
599
- max_logical_replication_workers = {
600
- value = 20,
601
602
603
- max_worker_processes = {
604
- value = 40,
605
606
607
}
608
engine_params_family = "postgres17"
609
name = "publishing-api"
0 commit comments