Data Source: oci_core_volume_backups

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

Lists the volume backups in the specified compartment. You can filter the results by volume.

Example Usage

data "oci_core_volume_backups" "test_volume_backups" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.volume_backup_display_name
	source_volume_backup_id = oci_core_volume_backup.test_volume_backup.id
	state = var.volume_backup_state
	volume_id = oci_core_volume.test_volume.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VolumeBackup Reference

The following attributes are exported: