This data source provides the list of Load Balancer Policies in Oracle Cloud Infrastructure Load Balancer service.
Lists the available load balancer policies.
data "oci_load_balancer_policies" "test_load_balancer_policies" {
#Required
compartment_id = var.compartment_id
}
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment containing the load balancer policies to list.The following attributes are exported:
policies
- The list of policies.The following attributes are exported:
name
- The name of a load balancing policy. Example: 'LEAST_CONNECTIONS'