objectscale_replication_group (Data Source)
This data source retrieves details of all replication groups configured in Dell ObjectScale.
Example Usage
/*
Copyright (c) 2025 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://mozilla.org/MPL/2.0/
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
data "objectscale_replication_group" "all" {
#Optional Field
# name = "rg1"
}
output "objectscale_replication_group" {
value = data.objectscale_replication_group.all
}
Schema
Optional
name(String) Replication Group Name
Read-Only
id(String) Identifierreplication_groups(Attributes List) List of Replication Groups (see below for nested schema)
Nested Schema for replication_groups
Read-Only:
creation_time(Number) Timestamp when resource was created.description(String) Description of the replication group.enable_rebalancing(Boolean) Indicates if rebalancing is enabled.global(Boolean) Indicates whether the resource is global.id(String) Unique identifier generated by ECS.inactive(Boolean) Indicates whether the resource is inactive.internal(Boolean) Indicates whether the resource is internal.is_allow_all_namespaces(Boolean) Indicates if the replication group can access all namespaces.is_full_rep(Boolean) Indicates if full replication is enabled.name(String) Name assigned to this resource in ECS. The resource name is set by a user and can be changed at any time. It is not a unique identifier.remote(Boolean) Indicates whether the resource is remote.use_replication_target(Boolean) Indicates if replication target is used.varray_mappings(Attributes List) List of Varray mappings. (see below for nested schema)vdc(Attributes) VDC details. (see below for nested schema)
Nested Schema for replication_groups.varray_mappings
Read-Only:
is_replication_target(Boolean) Indicates if this is a replication target.name(String) Virtual data center ID.value(String) Storage pool ID.
Nested Schema for replication_groups.vdc
Read-Only:
id(String) ECS Id of the related VDC object.link(Attributes) Hyperlink to VDC details. (see below for nested schema)
Nested Schema for replication_groups.vdc.link
Read-Only:
href(String) Href attribute of the VDC link.rel(String) Rel attribute of the VDC link.