Skip to content

Commit 3ad802c

Browse files
committed
updated resource usage for load_balancer_routing_policy
1 parent 61b4ca6 commit 3ad802c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/load_balancer_listener.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "oci_load_balancer_listener" "test_listener" {
3333
}
3434
hostname_names = [oci_load_balancer_hostname.test_hostname.name]
3535
path_route_set_name = oci_load_balancer_path_route_set.test_path_route_set.name
36-
routing_policy_name = oci_routing_policy.test_routing_policy.name
36+
routing_policy_name = oci_load_balancer_load_balancer_routing_policy.test_load_balancer_routing_policy.name
3737
rule_set_names = [oci_load_balancer_rule_set.test_rule_set.name]
3838
ssl_configuration {
3939
#Required

0 commit comments

Comments
 (0)