Skip to content

Commit

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

terraform-jenkins-branch-2024-06-12T102409Z
  • Loading branch information
admintfprovider authored Jun 12, 2024
2 parents 599b105 + 43745c5 commit 71ff745
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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.129
VERSION=2.0.130

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
3 changes: 3 additions & 0 deletions docs/data-sources/opensearch_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ The following terms are used to describe attributes in the schema of this data s
*___data_nodes___*<br>
<ins>Type</ins>: nested block, read-only, see [data_nodes](#nested--data_nodes) for nested schema<br>
<br>List of data node settings.<br><br>
*___cross_cluster_replication_plugin___*<br>
<ins>Type</ins>: boolean, read-only<br>
<br>Enable cross cluster replication plugin<br><br>
*___anomaly_detection_plugin___*<br>
<ins>Type</ins>: boolean, read-only<br>
<br>Enable anomaly detection plugin<br><br>
Expand Down
4 changes: 4 additions & 0 deletions docs/resources/opensearch_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resource "instaclustr_opensearch_cluster_v2" "example" {
}

reporting_plugin = false
cross_cluster_replication_plugin = true
sql_plugin = false
notifications_plugin = false
data_centre {
Expand Down Expand Up @@ -125,6 +126,9 @@ The following terms are used to describe attributes in the schema of this resour
*___data_nodes___*<br>
<ins>Type</ins>: nested block, optional, updatable, see [data_nodes](#nested--data_nodes) for nested schema<br>
<br>List of data node settings.<br><br>
*___cross_cluster_replication_plugin___*<br>
<ins>Type</ins>: boolean, optional, immutable<br>
<br>Enable cross cluster replication plugin<br><br>
*___anomaly_detection_plugin___*<br>
<ins>Type</ins>: boolean, optional, immutable<br>
<br>Enable anomaly detection plugin<br><br>
Expand Down

0 comments on commit 71ff745

Please sign in to comment.