Skip to content

Commit 0c3b228

Browse files
authored
Update multitenancy.md
API note
1 parent 043342c commit 0c3b228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/bestpractices/multitenancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The most radical approach is to use a different ClickHouse service per tenant.
313313
314314
A user account must be created on each service where the user can access their respective tenant’s data.
315315

316-
This approach is harder to manage and bring overhead with each service, as they each requires their own infrastructure to run.
316+
This approach is harder to manage and bring overhead with each service, as they each requires their own infrastructure to run. Services can be managed via the [ClickHouse Cloud API](/cloud/manage/api/api-overview) with orchestration also possible via the [official Terraform provider](https://registry.terraform.io/providers/ClickHouse/clickhouse/latest/docs).
317317

318318
### Example {#separate-service-example}
319319

0 commit comments

Comments
 (0)