Data Source: oci_core_boot_volume_backups

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

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

Example Usage

data "oci_core_boot_volume_backups" "test_boot_volume_backups" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	boot_volume_id = oci_core_boot_volume.test_boot_volume.id
	display_name = var.boot_volume_backup_display_name
	source_boot_volume_backup_id = oci_core_boot_volume_backup.test_boot_volume_backup.id
	state = var.boot_volume_backup_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BootVolumeBackup Reference

The following attributes are exported: