Data Source: oci_file_storage_replications

This data source provides the list of Replications in Oracle Cloud Infrastructure File Storage service.

Lists the replication resources in the specified compartment.

Example Usage

data "oci_file_storage_replications" "test_replications" {
	#Required
	availability_domain = var.replication_availability_domain
	compartment_id = var.compartment_id

	#Optional
	display_name = var.replication_display_name
	file_system_id = oci_file_storage_file_system.test_file_system.id
	id = var.replication_id
	state = var.replication_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Replication Reference

The following attributes are exported: