Data Source: oci_load_balancer_backends

This data source provides the list of Backends in Oracle Cloud Infrastructure Load Balancer service.

Lists the backend servers for a given load balancer and backend set.

Example Usage

data "oci_load_balancer_backends" "test_backends" {
	#Required
	backendset_name = oci_load_balancer_backend_set.test_backend_set.name
	load_balancer_id = oci_load_balancer_load_balancer.test_load_balancer.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Backend Reference

The following attributes are exported: