Data Source: oci_core_volume_group_backups

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

Lists the volume group backups in the specified compartment. You can filter the results by volume group. For more information, see Volume Groups.

Example Usage

data "oci_core_volume_group_backups" "test_volume_group_backups" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.volume_group_backup_display_name
	volume_group_id = oci_core_volume_group.test_volume_group.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VolumeGroupBackup Reference

The following attributes are exported: