Data Source: oci_database_database_upgrade_history_entry

This data source provides details about a specific Database Upgrade History Entry resource in Oracle Cloud Infrastructure Database service.

gets the upgrade history for a specified database.

Example Usage

data "oci_database_database_upgrade_history_entry" "test_database_upgrade_history_entry" {
    #Required
    database_id = oci_database_database.test_database.id
    upgrade_history_entry_id = oci_database_upgrade_history_entry.test_upgrade_history_entry.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: