Skip to content

Commit

Permalink
Bump provider version in examples to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Nov 15, 2024
1 parent 70e99de commit c4ce7f8
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 = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/development/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/development/gcp/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "1.3.0"
version = "1.3.1"
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 = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/production/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/production/azure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/production/gcp/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_providers {
clickhouse = {
version = "1.3.0"
version = "1.3.1"
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 = "1.3.0"
version = "1.3.1"
source = "ClickHouse/clickhouse"
}
}
Expand Down

0 comments on commit c4ce7f8

Please sign in to comment.