» Data Source: oci_database_db_nodes

This data source provides the list of Db Nodes in Oracle Cloud Infrastructure Database service.

Gets a list of database nodes in the specified DB system and compartment. A database node is a server running database software.

» Example Usage

data "oci_database_db_nodes" "test_db_nodes" {
    #Required
    compartment_id = "${var.compartment_id}"
    db_system_id = "${oci_database_db_system.test_db_system.id}"

    #Optional
    state = "${var.db_node_state}"
}

» Argument Reference

The following arguments are supported:

  • compartment_id - (Required) The compartment OCID.
  • db_system_id - (Required) The OCID of the DB system.
  • state - (Optional) A filter to return only resources that match the given lifecycle state exactly.

» Attributes Reference

The following attributes are exported:

» DbNode Reference

The following attributes are exported: