Skip to content

Commit 7bd4c5e

Browse files
Merge pull request #554 from instaclustr/terraform-jenkins-branch-2025-09-11T102410Z
terraform-jenkins-branch-2025-09-11T102410Z
2 parents 2d8e19c + 72be43a commit 7bd4c5e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BIN_NAME=terraform-provider-instaclustr
22

3-
VERSION=2.1.8
3+
VERSION=2.1.9
44

55
FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
66
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"

docs/data-sources/cassandra_cluster_v2_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following terms are used to describe attributes in the schema of this data s
3939
<br>Status of the cluster.<br><br>
4040
*___cassandra_version___*<br>
4141
<ins>Type</ins>: string, read-only<br>
42-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.0.17`</li> <li>`4.1.9`</li> <li>`4.1.8`</li> <li>`5.0.3`</li> </ul><br><br>
42+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.0.17`</li> <li>`4.1.9`</li> <li>`5.0.3`</li> </ul><br><br>
4343
*___id___*<br>
4444
<ins>Type</ins>: string, read-only<br>
4545
<br>ID of the cluster.<br><br>

docs/data-sources/clickhouse_cluster_v2_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following terms are used to describe attributes in the schema of this data s
3333
<br>Status of the cluster.<br><br>
3434
*___clickhouse_version___*<br>
3535
<ins>Type</ins>: string, read-only<br>
36-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`25.3.3`</li> <li>`23.8.16`</li> <li>`24.3.18`</li> <li>`24.8.14`</li> </ul><br><br>
36+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`25.3.6`</li> <li>`23.8.16`</li> <li>`24.3.18`</li> <li>`24.8.14`</li> </ul><br><br>
3737
*___id___*<br>
3838
<ins>Type</ins>: string, read-only<br>
3939
<br>ID of the cluster.<br><br>

docs/resources/cassandra_cluster_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following terms are used to describe attributes in the schema of this resour
7676
<br>Adds Apache Lucene to the Cassandra cluster.<br><br>
7777
*___cassandra_version___*<br>
7878
<ins>Type</ins>: string, required, immutable<br>
79-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.0.17`</li> <li>`4.1.9`</li> <li>`4.1.8`</li> <li>`5.0.3`</li> </ul><br><br>
79+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.0.17`</li> <li>`4.1.9`</li> <li>`5.0.3`</li> </ul><br><br>
8080
*___name___*<br>
8181
<ins>Type</ins>: string, required, immutable<br>
8282
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>

docs/resources/clickhouse_cluster_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following terms are used to describe attributes in the schema of this resour
5656
<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>
5757
*___clickhouse_version___*<br>
5858
<ins>Type</ins>: string, required, immutable<br>
59-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`25.3.3`</li> <li>`23.8.16`</li> <li>`24.3.18`</li> <li>`24.8.14`</li> </ul><br><br>
59+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of ClickHouse to run on the cluster. Available versions: <ul> <li>`25.3.6`</li> <li>`23.8.16`</li> <li>`24.3.18`</li> <li>`24.8.14`</li> </ul><br><br>
6060
*___name___*<br>
6161
<ins>Type</ins>: string, required, immutable<br>
6262
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>

0 commit comments

Comments
 (0)