diff --git a/README.md b/README.md index 7365058..d8f2d9b 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ resources that lack official modules. |------|--------|---------| | [app\_gke](#module\_app\_gke) | ./modules/app_gke | n/a | | [app\_lb](#module\_app\_lb) | ./modules/app_lb | n/a | +| [clickhouse](#module\_clickhouse) | ./modules/clickhouse | n/a | | [database](#module\_database) | ./modules/database | n/a | | [gke\_app](#module\_gke\_app) | wandb/wandb/kubernetes | 1.14.1 | | [kms](#module\_kms) | ./modules/kms | n/a | @@ -111,6 +112,8 @@ resources that lack official modules. | [bucket\_location](#input\_bucket\_location) | Location of the bucket (US, EU, ASIA) | `string` | `"US"` | no | | [bucket\_name](#input\_bucket\_name) | Use an existing bucket. | `string` | `""` | no | | [bucket\_path](#input\_bucket\_path) | path of where to store data for the instance-level bucket | `string` | `""` | no | +| [clickhouse\_private\_endpoint\_service\_name](#input\_clickhouse\_private\_endpoint\_service\_name) | ClickHouse private endpoint 'Service name' (ends in -clickhouse-cloud). | `string` | `""` | no | +| [clickhouse\_region](#input\_clickhouse\_region) | ClickHouse region (us-east1, us-central1, etc). | `string` | `""` | no | | [create\_private\_link](#input\_create\_private\_link) | Whether to create a private link service. | `bool` | `false` | no | | [create\_redis](#input\_create\_redis) | Boolean indicating whether to provision an redis instance (true) or not (false). | `bool` | `false` | no | | [create\_workload\_identity](#input\_create\_workload\_identity) | Flag to indicate whether to create a workload identity for the service account. | `bool` | `false` | no | @@ -162,6 +165,7 @@ resources that lack official modules. | [bucket\_name](#output\_bucket\_name) | Name of google bucket. | | [bucket\_path](#output\_bucket\_path) | path of where to store data for the instance-level bucket | | [bucket\_queue\_name](#output\_bucket\_queue\_name) | Pubsub queue created for google bucket file upload events. | +| [clickhouse\_private\_endpoint\_id](#output\_clickhouse\_private\_endpoint\_id) | ClickHouse Private endpoint Endpoint ID to secure access inside VPC | | [cluster\_ca\_certificate](#output\_cluster\_ca\_certificate) | Certificate of the kubernetes (GKE) cluster. | | [cluster\_client\_certificate](#output\_cluster\_client\_certificate) | n/a | | [cluster\_client\_key](#output\_cluster\_client\_key) | n/a |