Skip to content

Commit

Permalink
Merge pull request #486 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-12-12T102412Z

terraform-jenkins-branch-2024-12-12T102412Z
  • Loading branch information
admintfprovider authored Dec 12, 2024
2 parents 0ab3087 + a3bfd9f commit a8d3d18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.174
VERSION=2.0.175

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
7 changes: 5 additions & 2 deletions docs/data-sources/opensearch_cluster_v2_instance.md

Large diffs are not rendered by default.

7 changes: 5 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>`1.3.19`</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.18.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 All @@ -139,6 +139,9 @@ The following terms are used to describe attributes in the schema of this resour
<ins>Type</ins>: boolean, optional, immutable<br>
<br>Enable alerting plugin<br><br>
### Read-only attributes
*___mapper_size_plugin___*<br>
<ins>Type</ins>: boolean, read-only<br>
<br>Enable Mapper Size plugin<br><br>
*___default_user_password___*<br>
<ins>Type</ins>: string, read-only<br>
<br>Password of the default user created for the OpenSearch cluster.<br><br>
Expand Down Expand Up @@ -402,7 +405,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>`2.14.0`</li> <li>`1.3.19`</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.14.0`</li> <li>`2.18.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 a8d3d18

Please sign in to comment.