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/r/cloud_project_database.html.markdown
+5-2
Original file line number
Diff line number
Diff line change
@@ -200,14 +200,14 @@ The following arguments are supported:
200
200
201
201
*`nodes` - (Required, Minimum Items: 1) List of nodes object.
202
202
Multi region cluster are not yet available, all node should be identical.
203
-
*`network_id` - (Optional, Forces new resource) Private network id in which the node should be deployed.
203
+
*`network_id` - (Optional, Forces new resource) Private network id in which the node should be deployed. It's the regional openstackId of the private network
204
204
*`region` - (Required, Forces new resource) Public cloud region in which the node should be deployed.
205
205
Ex: "GRA'.
206
206
*`subnet_id` - (Optional, Forces new resource) Private subnet ID in which the node is.
207
207
208
208
*`opensearch_acls_enabled` - (Optional) Defines whether the ACLs are enabled on an OpenSearch cluster
209
209
210
-
*`plan` - (Required) List of nodes object.
210
+
*`plan` - (Required) Plan of the cluster.
211
211
Enum: "essential", "business", "enterprise".
212
212
213
213
*`version` - (Required) The version of the engine in which the service should be deployed
@@ -236,6 +236,9 @@ The following attributes are exported:
236
236
*`maintenance_time` - Time on which maintenances can start every day.
237
237
*`network_type` - Type of network of the cluster.
238
238
*`nodes` - See Argument Reference above.
239
+
*`network_id` - See Argument Reference above.
240
+
*`region` - See Argument Reference above.
241
+
*`subnet_id` - See Argument Reference above.
239
242
*`opensearch_acls_enabled` - See Argument Reference above.
0 commit comments