You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"oci_database_database_upgrade_history_entry" {
source="./modules/oci/d/oci_database_database_upgrade_history_entry"# database_id - (required) is a type of stringdatabase_id=null# upgrade_history_entry_id - (required) is a type of stringupgrade_history_entry_id=null
}
data"oci_database_database_upgrade_history_entry""this" {
# database_id - (required) is a type of stringdatabase_id=var.database_id# upgrade_history_entry_id - (required) is a type of stringupgrade_history_entry_id=var.upgrade_history_entry_id
}