cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
feat: add cidrlist parameter to loadbalancer rule
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.