Skip to content

Commit

Permalink
Merge pull request #464 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-10-01T102408Z

terraform-jenkins-branch-2024-10-01T102408Z
  • Loading branch information
admintfprovider authored Oct 1, 2024
2 parents 9f24760 + 7717844 commit 953ba85
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.154
VERSION=2.0.155

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.5`</li> <li>`4.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</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.6`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</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
4 changes: 2 additions & 2 deletions docs/data-sources/opensearch_cluster_v2_instance.md

Large diffs are not rendered by default.

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.5`</li> <li>`4.1.4`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</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.6`</li> <li>`5.0.0`</li> <li>`3.11.17`</li> <li>`4.0.13`</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
4 changes: 2 additions & 2 deletions docs/resources/opensearch_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following terms are used to describe attributes in the schema of this resour
<br>Ingest nodes settings.<br><br>
*___opensearch_version___*<br>
<ins>Type</ins>: string, optional, immutable<br>
<ins>Constraints</ins>: pattern: `([0-9]+\.){2}[0-9]+`<br><br>Version of OpenSearch to run on the cluster. Must be provided if `opensearchMajorVersion` is not provided. Available versions: <ul> <li>`2.12.0`</li> <li>`1.3.15`</li> <li>`2.14.0`</li> <li>`1.3.17`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `([0-9]+\.){2}[0-9]+`<br><br>Version of OpenSearch to run on the cluster. Must be provided if `opensearchMajorVersion` is not provided. Available versions: <ul> <li>`1.3.19`</li> <li>`2.14.0`</li> <li>`1.3.17`</li> <li>`2.16.0`</li> </ul><br><br>
*___two_factor_delete___*<br>
<ins>Type</ins>: nested block, optional, updatable, see [two_factor_delete](#nested--two_factor_delete) for nested schema<br>
<br>
Expand Down Expand Up @@ -402,7 +402,7 @@ List of openSearch dashboards settings<br>
<br>OIDC provider<br><br>
*___version___*<br>
<ins>Type</ins>: string, optional, immutable<br>
<ins>Constraints</ins>: pattern: `(^$|opensearch-dashboards:[0-9]+\.[0-9]+\.[0-9]+)`<br><br>Version of dashboard to run on the cluster. Available versions: <ul> <li>`1.3.17`</li> <li>`1.3.15`</li> <li>`2.12.0`</li> <li>`2.14.0`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `(^$|opensearch-dashboards:[0-9]+\.[0-9]+\.[0-9]+)`<br><br>Version of dashboard to run on the cluster. Available versions: <ul> <li>`1.3.17`</li> <li>`2.16.0`</li> <li>`2.14.0`</li> <li>`1.3.19`</li> </ul><br><br>
### Read-only attributes
*___url___*<br>
<ins>Type</ins>: string, read-only<br>
Expand Down

0 comments on commit 953ba85

Please sign in to comment.