Data Source: oci_core_block_volume_replicas

This data source provides the list of Block Volume Replicas in Oracle Cloud Infrastructure Core service.

Lists the block volume replicas in the specified compartment and availability domain.

Example Usage

data "oci_core_block_volume_replicas" "test_block_volume_replicas" {

	#Optional
	availability_domain = var.block_volume_replica_availability_domain
	compartment_id = var.compartment_id
	display_name = var.block_volume_replica_display_name
	state = var.block_volume_replica_state
	volume_group_replica_id = oci_core_volume_group_replica.test_volume_group_replica.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BlockVolumeReplica Reference

The following attributes are exported: