Skip to content

Commit

Permalink
[RELEASE 0.2.2] Bump provider version in examples (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: whites11 <[email protected]>
  • Loading branch information
github-actions[bot] and whites11 authored Aug 7, 2024
1 parent 28978f9 commit cbee4a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/PrivateLink/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file is generated automatically please do not edit
terraform {
required_providers {
clickhouse = {
version = "0.0.10"
version = "0.2.2"
source = "ClickHouse/clickhouse"
}
}
Expand Down
3 changes: 2 additions & 1 deletion examples/PrivateLinkAzure/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file is generated automatically please do not edit
terraform {
required_providers {
clickhouse = {
version = "0.0.10"
version = "0.2.2"
source = "ClickHouse/clickhouse"
}

Expand Down
3 changes: 2 additions & 1 deletion examples/PrivateServiceConnect/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file is generated automatically please do not edit
terraform {
required_providers {
clickhouse = {
version = "0.0.10"
version = "0.2.2"
source = "ClickHouse/clickhouse"
}
}
Expand Down
3 changes: 2 additions & 1 deletion examples/basic/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file is generated automatically please do not edit
terraform {
required_providers {
clickhouse = {
version = "0.0.10"
version = "0.2.2"
source = "ClickHouse/clickhouse"
}
}
Expand Down

0 comments on commit cbee4a2

Please sign in to comment.