Data Source: oci_core_boot_volume_replicas

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

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

Example Usage

data "oci_core_boot_volume_replicas" "test_boot_volume_replicas" {

	#Optional
	availability_domain = var.boot_volume_replica_availability_domain
	compartment_id = var.compartment_id
	display_name = var.boot_volume_replica_display_name
	state = var.boot_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:

BootVolumeReplica Reference

The following attributes are exported: