Skip to content

Commit 26f7a5c

Browse files
committed
Remove old imports, and remove logical replication params from publishing in integration
1 parent c395b2e commit 26f7a5c

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

terraform/deployments/rds/integration_publishing_api_postgres_17_upgrade.tf

Lines changed: 0 additions & 14 deletions
This file was deleted.

terraform/deployments/tfc-configuration/variables-integration.tf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -581,22 +581,6 @@ module "variable-set-rds-integration" {
581581
checkpoint_timeout = { value = 3600 }
582582
max_wal_size = { value = 4096 }
583583
synchronous_commit = { value = "off" }
584-
"rds.logical_replication" = {
585-
value = 1,
586-
apply_method = "pending-reboot"
587-
}
588-
max_wal_senders = {
589-
value = 35,
590-
apply_method = "pending-reboot"
591-
}
592-
max_logical_replication_workers = {
593-
value = 20,
594-
apply_method = "pending-reboot"
595-
}
596-
max_worker_processes = {
597-
value = 40,
598-
apply_method = "pending-reboot"
599-
}
600584
}
601585
engine_params_family = "postgres17"
602586
name = "publishing-api"

0 commit comments

Comments
 (0)