Skip to content

Commit

Permalink
Merge pull request #442 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-06-26T102405Z

terraform-jenkins-branch-2024-06-26T102405Z
  • Loading branch information
admintfprovider authored Jun 26, 2024
2 parents 33e5d95 + 60a8e22 commit dc34f19
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.134
VERSION=2.0.135

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cassandra_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>Status of the cluster.<br><br>
*___cassandra_version___*<br>
<ins>Type</ins>: string, read-only<br>
<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.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`3.11.16`</li> <li>`4.0.12`</li> </ul><br><br>
<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.1.5`</li> <li>`4.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`3.11.16`</li> <li>`4.0.12`</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/cassandra_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following terms are used to describe attributes in the schema of this resour
<br>Adds Apache Lucene to the Cassandra cluster.<br><br>
*___cassandra_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<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.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`3.11.16`</li> <li>`4.0.12`</li> </ul><br><br>
<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.1.5`</li> <li>`4.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`3.11.16`</li> <li>`4.0.12`</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 dc34f19

Please sign in to comment.