docs: add Managed Postgres Terraform reference#6365
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
| ClickHouse Managed Postgres services can be created and managed using the `clickhouse_postgres_service` resource in the [ClickHouse Terraform provider](https://registry.terraform.io/providers/ClickHouse/clickhouse/latest/docs/resources/postgres_service). This page covers provider setup and configuration examples for the resource and its companion data sources. | ||
|
|
||
| :::note | ||
| This resource is in alpha and its behavior may change in future provider versions. It ships in the regular provider build and is available from provider version **v3.17.1** — check the [provider releases](https://github.com/ClickHouse/terraform-provider-clickhouse/releases) for details. |
There was a problem hiding this comment.
this might be the first time I've seen a feature being in alpha at ClickHouse. Typically things are in beta or private preview. Is this correct?
There was a problem hiding this comment.
Yeah this is a convention in the terraform provider. Other parts of the application like Clickpipes also started with a publicly accessible alpha and then GA'd. Happy to loop in the cloud platform engineering team not sure exactly why they do this.
There was a problem hiding this comment.
Thanks for confirming the alpha stage is intentional. I was just slightly confused because of the usage of the Beta badge on the page, which makes sense because Managed Postgres itself is in Beta. But the thing that's in alpha is specifically the terraform resource. Should be good to go I think.
|
Docs PR opened: ClickHouse/mintlify-docs-dev#174 Added a new Managed Postgres Terraform reference page documenting the ClickHouse Terraform provider for managing Postgres clusters. |
Summary
clickhouse_postgres_serviceresource under Managed Postgres (docs/cloud/managed-postgres/terraform.md).sidebars.jsright after the Managed Postgres OpenAPI page.What it covers
Provider setup (alpha note +
v3.17.1), resource overview (arguments + read-only attributes), create a service, high availability (none/async/sync→ 0/1/2 standbys), read replicas, point-in-time restore, the three companion data sources, importing existing services, and unsupported operations.Notes
docs/tree only — noi18n/edits.m6gd.large(m-series) and is AWS-only, matching the provider.