We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee42bbf commit 86ebc94Copy full SHA for 86ebc94
website/docs/r/loadbalancer_rule.html.markdown
@@ -21,6 +21,7 @@ resource "cloudstack_loadbalancer_rule" "default" {
21
private_port = 80
22
public_port = 80
23
member_ids = ["f8141e2f-4e7e-4c63-9362-986c908b7ea7"]
24
+ cidrlist = ["12.34.56.78/30","99.99.99.99/32"]
25
}
26
```
27
@@ -58,6 +59,8 @@ The following arguments are supported:
58
59
* `member_ids` - (Required) List of instance IDs to assign to the load balancer
60
rule. Changing this forces a new resource to be created.
61
62
+* `cidrlist` - (Optional) A CIDR list to allow access to the given ports.
63
+
64
* `project` - (Optional) The name or ID of the project to deploy this
65
instance to. Changing this forces a new resource to be created.
66
0 commit comments