cloudstack-terraform-provider icon indicating copy to clipboard operation
cloudstack-terraform-provider copied to clipboard

feat: add cidrlist parameter to loadbalancer rule

Open chrxmvtik opened this issue 1 year ago • 1 comments

Actual behaviour:

CIDR list parameter is critical feature when it comes to loadbalancer rules and it is missing at the moment. When you create a loadbalancer rule using resource, it allows all CIDRs, which is not indented every time.

What was updated?

Added cidrlist parameter to loadbalancer_rule resource, so we can create rules with specific CIDRs instead of allowing everyone to access loadbalancer.

Would be great if you guys could release a new version of provider even as a minor which include this feature.

chrxmvtik avatar Dec 08 '24 19:12 chrxmvtik