Skip to content

Commit 72ffaac

Browse files
Merge pull request #551 from instaclustr/terraform-jenkins-branch-2025-08-21T102411Z
terraform-jenkins-branch-2025-08-21T102411Z
2 parents 7755904 + dabcadd commit 72ffaac

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.5
3+
VERSION=2.1.6
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
@@ -413,7 +413,7 @@ Adds the specified version of Debezium Connector Cassandra to the Cassandra clus
413413
<br>Kafka Cluster Data Centre Id<br><br>
414414
*___version___*<br>
415415
<ins>Type</ins>: string, read-only<br>
416-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Adds the specified version of Debezium Connector Cassandra to the Cassandra cluster. Available versions: <ul> <li>`2.0.1`</li> </ul><br><br>
416+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Adds the specified version of Debezium Connector Cassandra to the Cassandra cluster. Available versions: <ul> </ul><br><br>
417417
*___kafka_vpc_type___*<br>
418418
<ins>Type</ins>: string, read-only<br>
419419
<br>Kafka VPC Type with only VPC_PEERED supported.<br><br>

docs/data-sources/zookeeper_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
*___zookeeper_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 Apache Zookeeper to run on the cluster. Available versions: <ul> <li>`3.9.3`</li> </ul><br><br>
36+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Apache Zookeeper to run on the cluster. Available versions: <ul> </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
@@ -467,7 +467,7 @@ Adds the specified version of Debezium Connector Cassandra to the Cassandra clus
467467
<br>Kafka Cluster Data Centre Id<br><br>
468468
*___version___*<br>
469469
<ins>Type</ins>: string, required, updatable<br>
470-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Adds the specified version of Debezium Connector Cassandra to the Cassandra cluster. Available versions: <ul> <li>`2.0.1`</li> </ul><br><br>
470+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Adds the specified version of Debezium Connector Cassandra to the Cassandra cluster. Available versions: <ul> </ul><br><br>
471471
*___kafka_vpc_type___*<br>
472472
<ins>Type</ins>: string, required, updatable<br>
473473
<br>Kafka VPC Type with only VPC_PEERED supported.<br><br>

docs/resources/zookeeper_cluster_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following terms are used to describe attributes in the schema of this resour
4343
<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>
4444
*___zookeeper_version___*<br>
4545
<ins>Type</ins>: string, required, immutable<br>
46-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Apache Zookeeper to run on the cluster. Available versions: <ul> <li>`3.9.3`</li> </ul><br><br>
46+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Apache Zookeeper to run on the cluster. Available versions: <ul> </ul><br><br>
4747
*___name___*<br>
4848
<ins>Type</ins>: string, required, immutable<br>
4949
<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)