Skip to content

docs: add Managed Postgres Terraform reference#6365

Merged
amogiska merged 1 commit into
mainfrom
amogiska/managed-postgres-terraform-docs
Jun 10, 2026
Merged

docs: add Managed Postgres Terraform reference#6365
amogiska merged 1 commit into
mainfrom
amogiska/managed-postgres-terraform-docs

Conversation

@amogiska

@amogiska amogiska commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a Terraform reference page for the clickhouse_postgres_service resource under Managed Postgres (docs/cloud/managed-postgres/terraform.md).
  • Registered in sidebars.js right 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

  • English docs/ tree only — no i18n/ edits.
  • Example uses m6gd.large (m-series) and is AWS-only, matching the provider.
  • Cross-links to the existing High availability, Read replicas, and Backup and restore pages.

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jun 9, 2026 5:45pm
clickhouse-docs-jp Building Building Preview, Comment Jun 9, 2026 5:45pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jun 9, 2026 5:45pm
clickhouse-docs-ru Ignored Ignored Preview Jun 9, 2026 5:45pm
clickhouse-docs-zh Ignored Ignored Preview Jun 9, 2026 5:45pm

Request Review

@amogiska amogiska marked this pull request as ready for review June 9, 2026 17:55
@amogiska amogiska requested a review from a team as a code owner June 9, 2026 17:55
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.

@dhtclk dhtclk Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@amogiska amogiska Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@amogiska amogiska requested a review from dhtclk June 10, 2026 19:35
@amogiska amogiska merged commit e6886b9 into main Jun 10, 2026
20 checks passed
@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants