Skip to content

Commit 4bb6f93

Browse files
authored
Fix ClickHouse Terraform provider version (#1285)
1 parent ff97cb8 commit 4bb6f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/cloud/service.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
clickhouse = {
44
source = "ClickHouse/clickhouse"
5-
version = "~> 0.0.5"
5+
version = "0.0.6"
66
}
77
}
88
}

0 commit comments

Comments
 (0)