Data Source: oci_mysql_mysql_db_systems

This data source provides the list of Mysql Db Systems in Oracle Cloud Infrastructure MySQL Database service.

Get a list of DB Systems in the specified compartment. The default sort order is by timeUpdated, descending.

Example Usage

data "oci_mysql_mysql_db_systems" "test_mysql_db_systems" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    configuration_id = var.mysql_configuration_id
    database_management = var.mysql_db_system_database_management
    db_system_id = oci_mysql_mysql_db_system.test_db_system.id
    display_name = var.mysql_db_system_display_name
    is_heat_wave_cluster_attached = var.mysql_db_system_is_heat_wave_cluster_attached
    is_up_to_date = var.mysql_db_system_is_up_to_date
    state = var.mysql_db_system_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

MysqlDbSystem Reference

The following attributes are exported: