Data Source: oci_file_storage_file_systems

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

Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.

Example Usage

data "oci_file_storage_file_systems" "test_file_systems" {
	#Required
	availability_domain = var.file_system_availability_domain
	compartment_id = var.compartment_id

	#Optional
	display_name = var.file_system_display_name
	filesystem_snapshot_policy_id = oci_file_storage_filesystem_snapshot_policy.test_filesystem_snapshot_policy.id
	id = var.file_system_id
	parent_file_system_id = oci_file_storage_file_system.test_file_system.id
	source_snapshot_id = oci_file_storage_snapshot.test_snapshot.id
	state = var.file_system_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

FileSystem Reference

The following attributes are exported: