Data Source: oci_file_storage_exports

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

Lists export resources by compartment, file system, or export set. You must specify an export set ID, a file system ID, and / or a compartment ID.

Example Usage

data "oci_file_storage_exports" "test_exports" {

	#Optional
	compartment_id = var.compartment_id
	export_set_id = oci_file_storage_export_set.test_export_set.id
	file_system_id = oci_file_storage_file_system.test_file_system.id
	id = var.export_id
	state = var.export_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Export Reference

The following attributes are exported: