Skip to content

Commit

Permalink
Fix ClickHouse Terraform provider version (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik authored Apr 25, 2024
1 parent ff97cb8 commit 4bb6f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cloud/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
clickhouse = {
source = "ClickHouse/clickhouse"
version = "~> 0.0.5"
version = "0.0.6"
}
}
}
Expand Down

0 comments on commit 4bb6f93

Please sign in to comment.