Skip to content

Commit

Permalink
Committing changes from release-terraform-provider-auto-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Dec 10, 2024
1 parent e62dc6f commit fd34742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.173
VERSION=2.0.174

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/clickhouse_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>Status of the cluster.<br><br>
*___clickhouse_version___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`24.8.2`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`24.8.2`</li> <li>`24.8.7`</li> </ul><br><br>
*___id___*<br>
<ins>Type</ins>: string, read-only<br>
<br>ID of the cluster.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/clickhouse_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following terms are used to describe attributes in the schema of this resour
<ins>Constraints</ins>: allowed values: [ `PRODUCTION`, `NON_PRODUCTION` ]<br><br>SLA Tier of the cluster. Non-production clusters may receive lower priority support and reduced SLAs. Production tier is not available when using Developer class nodes. See [SLA Tier](https://www.instaclustr.com/support/documentation/useful-information/sla-tier/) for more information.<br><br>
*___clickhouse_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`24.8.2`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`24.8.2`</li> <li>`24.8.7`</li> </ul><br><br>
*___name___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
Expand Down

0 comments on commit fd34742

Please sign in to comment.