Data Source: oci_psql_backups

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

Returns a list of backups.

Example Usage

data "oci_psql_backups" "test_backups" {

    #Optional
    backup_id = oci_psql_backup.test_backup.id
    compartment_id = var.compartment_id
    display_name = var.backup_display_name
    id = var.backup_id
    state = var.backup_state
    time_ended = var.backup_time_ended
    time_started = var.backup_time_started
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Backup Reference

The following attributes are exported: