Skip to content

Commit

Permalink
Bump provider version in examples to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Feb 24, 2025
1 parent 63f0a1d commit 14d910c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ then a manual process is required after the upgrade. Please visit [https://githu
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/basic/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/basic/azure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/basic/gcp/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/private_endpoint/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/warehouse/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/import/service/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "2.0.0"
version = "2.1.0"
source = "ClickHouse/clickhouse"
}
}
Expand Down

0 comments on commit 14d910c

Please sign in to comment.