Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add list variable to override source_ips for LB (#26)
* Use list variable to set source_ips for LB Instead of hardcoding source_ip ranges into the to module, make use of variable. Create a new variable with name `allowed_ips` with the default set to `[0.0.0.0/0]`. This change allows the user to restrict access to external load balancer from only from a small set of ip addresses. * Add strict type constraint on allowed_ips var Restrict `allowed_ips` values to list of strings. Co-authored-by: Amit Kulkarni <amitk@wepay.com> Co-authored-by: Morgante Pell <morgantep@google.com>
- Loading branch information