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