-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
We're managing a multi-environment infrastructure where we need to:
- Provision ClickHouse services
- Set up VPC PrivateLink connectivity to RDS PostgreSQL
- Create PostgreSQL CDC ClickPipes for real-time data replication
- All managed declaratively via Terraform
The current clickhouse_clickpipe resource supports creating ClickPipes via Terraform, but lacks proper typing and documentation for PostgreSQL CDC source configurations. While the provider includes clickhouse_clickpipes_reverse_private_endpoint for creating VPC PrivateLink connectivity to PostgreSQL, there's no way to configure the ClickPipe itself to actually use this endpoint for PostgreSQL sources. This makes it difficult to provision end-to-end PostgreSQL CDC ClickPipes with private connectivity in an Infrastructure-as-Code workflow.
Reactions are currently unavailable