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.
Added docs and squashed previous commits.
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: