You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/opensearch_opensearch_cluster.html.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@ The following arguments are supported:
47
47
The following attributes are exported:
48
48
49
49
*`availability_domains` - The availability domains to distribute the cluser nodes across.
50
+
* `retention_in_days` - Specifies how long backup copy should remain on Storage in days
51
+
*`certificate_config` - Custom certificate config for customer provided certs.
52
+
* `cluster_certificate_mode` - Specifies whether the certificate to be used in cluster is managed by OpenSearch or Oracle Cloud Infrastructure Certificates service.
53
+
* `dashboard_certificate_mode` - Specifies whether the certificate to be used in dashboard is managed by OpenSearch or Oracle Cloud Infrastructure Certificates service.
54
+
* `open_search_api_certificate_id` - certificate to be used for OpenSearch cluster api communication
55
+
* `open_search_dashboard_certificate_id` - certificate to be used for OpenSearch dashboard api communication
50
56
*`compartment_id` - The OCID of the compartment where the cluster is located.
51
57
*`data_node_count` - The number of data nodes configured for the cluster.
52
58
*`data_node_host_bare_metal_shape` - The bare metal shape for the cluster's data nodes.
@@ -73,6 +79,7 @@ The following attributes are exported:
73
79
*`master_node_host_ocpu_count` - The number of OCPUs configured for cluster's master nodes.
74
80
*`master_node_host_shape` - The node shape for the cluster's master nodes.
75
81
*`master_node_host_type` - The instance type for the cluster's master nodes.
82
+
*`nsg_id` - The OCID of the NSG where the private endpoint vnic will be attached.
76
83
*`opendashboard_fqdn` - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
77
84
*`opendashboard_node_count` - The number of OpenSearch Dashboard nodes configured for the cluster.
78
85
*`opendashboard_node_host_memory_gb` - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
@@ -99,6 +106,7 @@ The following attributes are exported:
99
106
*`search_node_host_shape` - The node shape for the cluster's search nodes.
100
107
*`search_node_host_type` - The instance type for the cluster's search nodes.
101
108
*`search_node_storage_gb` - The amount of storage in GB, to configure per node for the cluster's search nodes.
109
+
*`security_attributes` - Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
102
110
*`security_master_user_name` - The name of the master user that are used to manage security config
103
111
*`security_master_user_password_hash` - The password hash of the master user that are used to manage security config
104
112
*`security_mode` - The security mode of the cluster.
Copy file name to clipboardExpand all lines: website/docs/d/opensearch_opensearch_clusters.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ The following attributes are exported:
61
61
The following attributes are exported:
62
62
63
63
*`availability_domains` - The availability domains to distribute the cluser nodes across.
64
+
*`certificate_config` - Custom certificate config for customer provided certs.
65
+
* `cluster_certificate_mode` - Specifies whether the certificate to be used in cluster is managed by OpenSearch or Oracle Cloud Infrastructure Certificates service.
66
+
* `dashboard_certificate_mode` - Specifies whether the certificate to be used in dashboard is managed by OpenSearch or Oracle Cloud Infrastructure Certificates service.
67
+
* `open_search_api_certificate_id` - certificate to be used for OpenSearch cluster api communication
68
+
* `open_search_dashboard_certificate_id` - certificate to be used for OpenSearch dashboard api communication
64
69
*`compartment_id` - The OCID of the compartment where the cluster is located.
65
70
*`data_node_count` - The number of data nodes configured for the cluster.
66
71
*`data_node_host_bare_metal_shape` - The bare metal shape for the cluster's data nodes.
@@ -87,6 +92,7 @@ The following attributes are exported:
87
92
*`master_node_host_ocpu_count` - The number of OCPUs configured for cluster's master nodes.
88
93
*`master_node_host_shape` - The node shape for the cluster's master nodes.
89
94
*`master_node_host_type` - The instance type for the cluster's master nodes.
95
+
*`nsg_id` - The OCID of the NSG where the private endpoint vnic will be attached.
90
96
*`opendashboard_fqdn` - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
91
97
*`opendashboard_node_count` - The number of OpenSearch Dashboard nodes configured for the cluster.
92
98
*`opendashboard_node_host_memory_gb` - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
@@ -113,6 +119,7 @@ The following attributes are exported:
113
119
*`search_node_host_shape` - The node shape for the cluster's search nodes.
114
120
*`search_node_host_type` - The instance type for the cluster's search nodes.
115
121
*`search_node_storage_gb` - The amount of storage in GB, to configure per node for the cluster's search nodes.
122
+
*`security_attributes` - Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
116
123
*`security_master_user_name` - The name of the master user that are used to manage security config
117
124
*`security_master_user_password_hash` - The password hash of the master user that are used to manage security config
118
125
*`security_mode` - The security mode of the cluster.
0 commit comments