Data Source: oci_load_balancer_rule_set

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

Gets the specified set of rules.

Example Usage

data "oci_load_balancer_rule_set" "test_rule_set" {
	#Required
	load_balancer_id = oci_load_balancer_load_balancer.test_load_balancer.id
	name = var.rule_set_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: