Skip to content

Commit 86ebc94

Browse files
committed
docs: added cidrlist to loadbalancer_rule docs
1 parent ee42bbf commit 86ebc94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/r/loadbalancer_rule.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ resource "cloudstack_loadbalancer_rule" "default" {
2121
private_port = 80
2222
public_port = 80
2323
member_ids = ["f8141e2f-4e7e-4c63-9362-986c908b7ea7"]
24+
cidrlist = ["12.34.56.78/30","99.99.99.99/32"]
2425
}
2526
```
2627

@@ -58,6 +59,8 @@ The following arguments are supported:
5859
* `member_ids` - (Required) List of instance IDs to assign to the load balancer
5960
rule. Changing this forces a new resource to be created.
6061

62+
* `cidrlist` - (Optional) A CIDR list to allow access to the given ports.
63+
6164
* `project` - (Optional) The name or ID of the project to deploy this
6265
instance to. Changing this forces a new resource to be created.
6366

0 commit comments

Comments
 (0)