Skip to content

Commit 5d64c33

Browse files
authored
Merge pull request #691 from terraform-providers/v3.12.0-hotfix
hotfix for example fix in lb_full
2 parents 8bed1d4 + f7f98b8 commit 5d64c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/load_balancer/lb_full/lb_full.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ resource "oci_load_balancer_rule_set" "test_rule_set" {
331331
}
332332

333333
load_balancer_id = "${oci_load_balancer.lb1.id}"
334-
name = "example-rule-set-name"
334+
name = "example_rule_set_name"
335335
}
336336

337337
output "lb_public_ip" {

0 commit comments

Comments
 (0)