Skip to content

Commit

Permalink
Add ClusterControl intro to index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-s9s committed Apr 15, 2024
1 parent 2daf3d5 commit 82dfb3e
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,41 @@ description: "Supported databases: MySQL Replication, MySQL Galera, PostgreSQL,

---

# clustercontrol Provider
# clustercontrol provider

clustercontrol is a database operations orchestration platform for
mysql replication, mariadb server, mariadb galera cluster, percona server,
percona xtradb, postgresql, timescaledb, mongodb, ms sql server, redis, and elasticsearch,
that can be deployed in on-premises, cloud, and hybrid environments.

it supports full-lifecycle database ops such as deployment, replication, high availability,
monitoring (including at the query level), disaster recovery, security, and user management.
all operations can be configured and managed from the gui, cli, or api.

clustercontrol is not tied to the underlying infrastructure, allowing users to deploy new databases and
import current ones in multiple environments—their own and/or in their own cloud accounts.
integrations with popular tools also help users drop it into their workflows relatively easily.

this enables users to place databases in the environment/s of their choice and configure them with more precision.
it also means that they can predict and assert more control over costs.

clustercontrol is for teams supporting mid to enterprise-level database operations that underpin core products and internal DBaaS projects.
these uses generally require access, workload portability, and automation at scale.


this provider is used to create database resources provided by clustercontrol.
supported databases: mysql replication, mysql galera, postgresql, timescaledb, redis sentinel, and mongodb replicaset and shards

use the navigation to the left to read about the available resources.




<!-- schema generated by tfplugindocs -->
## Schema
## schema

### Required
### required

- `cc_api_url` (String) ClusterControl controller url e.g. (https://cc-host:9501/v2)
- `cc_api_user` (String) ClusterControl API user
- `cc_api_user_password` (String, Sensitive) ClusterControl API user's password
- `cc_api_url` (string) clustercontrol controller url e.g. (https://cc-host:9501/v2)
- `cc_api_user` (string) clustercontrol api user
- `cc_api_user_password` (string, sensitive) clustercontrol api user's password

0 comments on commit 82dfb3e

Please sign in to comment.