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

Added docs and squashed previous commits.

chrxmvtik avatar Dec 09 '24 10:12 chrxmvtik

FYI - This is related and once it gets merged, then we'll be able to create TF to update the source CIDR in the LB as well :smile:

CodeBleu avatar Aug 29 '25 13:08 CodeBleu