Skip to content

Commit d93fef2

Browse files
committed
📝 updating documentation
1 parent 47625f3 commit d93fef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/data-sources/dbs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Read-Only:
2727

2828
- `comment` (String)
2929
- `data_path` (String)
30-
- `name` (String)
3130
- `engine` (String)
3231
- `metadata_path` (String)
32+
- `name` (String)
3333
- `uuid` (String)
3434

3535

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |-
1616
terraform {
1717
required_providers {
1818
clickhouse = {
19-
version = "0.1.0"
20-
source = "hashicorp.com/edu/clickhouse"
19+
version = "2.0.0"
20+
source = "hashicorp.com/ivanofthings/clickhouse"
2121
}
2222
}
2323
}
@@ -36,8 +36,8 @@ provider "clickhouse" {
3636

3737
### Optional
3838

39-
- `clickhouse_url` (String, Sensitive) Clickhouse server url
4039
- `default_cluster` (String) Default cluster, if provided will be used when no cluster is provided
40+
- `host` (String, Sensitive) Clickhouse server url
4141
- `password` (String, Sensitive) Clickhouse user password with admin privileges
4242
- `port` (Number) Clickhouse server port
4343
- `username` (String) Clickhouse username with admin privileges

0 commit comments

Comments
 (0)