Skip to content

Commit f7f98b8

Browse files
jiangongkilokahn
authored andcommitted
name doesn't allow hyphen in it
1 parent 247babc commit f7f98b8

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)