Data Source: oci_load_balancer_backend_set_health

This data source provides details about a specific Backend Set Health resource in Oracle Cloud Infrastructure Load Balancer service.

Gets the health status for the specified backend set.

Example Usage

data "oci_load_balancer_backend_set_health" "test_backend_set_health" {
	#Required
	backend_set_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: