Data Source: oci_database_db_servers

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

Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.

Example Usage

data "oci_database_db_servers" "test_db_servers" {
	#Required
	compartment_id = var.compartment_id
	exadata_infrastructure_id = oci_database_exadata_infrastructure.test_exadata_infrastructure.id

	#Optional
	display_name = var.db_server_display_name
	state = var.db_server_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DbServer Reference

The following attributes are exported: