File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Read-Only:
27
27
28
28
- ` comment ` (String)
29
29
- ` data_path ` (String)
30
- - ` name ` (String)
31
30
- ` engine ` (String)
32
31
- ` metadata_path ` (String)
32
+ - ` name ` (String)
33
33
- ` uuid ` (String)
34
34
35
35
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ description: |-
16
16
terraform {
17
17
required_providers {
18
18
clickhouse = {
19
- version = "0.1 .0"
20
- source = "hashicorp.com/edu /clickhouse"
19
+ version = "2.0 .0"
20
+ source = "hashicorp.com/ivanofthings /clickhouse"
21
21
}
22
22
}
23
23
}
@@ -36,8 +36,8 @@ provider "clickhouse" {
36
36
37
37
### Optional
38
38
39
- - ` clickhouse_url ` (String, Sensitive) Clickhouse server url
40
39
- ` default_cluster ` (String) Default cluster, if provided will be used when no cluster is provided
40
+ - ` host ` (String, Sensitive) Clickhouse server url
41
41
- ` password ` (String, Sensitive) Clickhouse user password with admin privileges
42
42
- ` port ` (Number) Clickhouse server port
43
43
- ` username ` (String) Clickhouse username with admin privileges
You can’t perform that action at this time.
0 commit comments