Skip to content

Commit

Permalink
Updates to TF docs
Browse files Browse the repository at this point in the history
  • Loading branch information
premnalla committed Apr 19, 2024
1 parent 567d67a commit dc2215a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guides/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A complete set of examples can be found in the [examples](../../examples/README.
- [Microsoft SQL server cluster deployment and configuration ](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mssql)
- [Microsoft SQL server standalone database deployment and configuration example](https://github.com/severalnines/terraform-provider-clustercontrol/blob/main/examples/mssql/single/main.tf)
- [Microsoft SQL server Primary/Standby cluster deployment and configuration example](https://github.com/severalnines/terraform-provider-clustercontrol/blob/main/examples/mssql/multi/main.tf)
- [Elasticsearch cluster deployment and configuration ](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/elastic)
- [Elasticsearch cluster deployment and configuration ](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/elastic)
- [Elasticsearch cluster deployment and configuration example](https://github.com/severalnines/terraform-provider-clustercontrol/blob/main/examples/elastic/main.tf)

### Scaling a database cluster
Expand Down
26 changes: 13 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Supported databases: MySQL replication, MySQL Galera, Postgresql, Timescaledb, R

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

## [Quick Start Guide](guides/getting-started.md)

## [Examples](guides/examples.md)

### [Deploying MySQL database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mysql-maria)
### [Deploying MariaDB database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mysql-maria)
### [Deploying Galera database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mysql-maria)
### [Deploying ProxySQL load balancer](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mysql-maria#proxysql-load-balancer-for-mysqlmariadb)
### [Deploying PostgreSQL database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/postgres)
### [Deploying MongoDB database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mongo)
### [Deploying Redis database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/redis)
### [Deploying Microsoft SQL Server database clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/mssql)
### [Deploying Elastisearch clusters](https://github.com/severalnines/terraform-provider-clustercontrol/tree/main/examples/elastic)
## [Quick Start Guide](guides/Getting-Started.md)

## [Examples](guides/Examples.md)

### [Deploying MySQL database clusters](guides/MySQL.md)
### [Deploying MariaDB database clusters](guides/MariaDB.md)
### [Deploying Galera database clusters](guides/Galera.md)
### [Deploying ProxySQL load balancer](guides/ProxySQL.md)
### [Deploying PostgreSQL database clusters](guides/PostgreSQL.md)
### [Deploying MongoDB database clusters](guides/MongoDB.md)
### [Deploying Redis database clusters](guides/Redis.md)
### [Deploying Microsoft SQL Server database clusters](guides/MsSQL.md)
### [Deploying Elastisearch clusters](guides/Elasticsearch.md)

<!-- schema generated by tfplugindocs -->
# schema
Expand Down

0 comments on commit dc2215a

Please sign in to comment.