You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added a Python-based API for using aws-cidr-finder in a programmatic fashion (by @cooperwalbrun)
Changed
The JSON format of aws-cidr-finder's output is now simpler: the aws-cidr-finder-messages key has been changed to messages, vpcs has been changed to data, and the structure of data is now a flat list of "VPC" dicts where each dict has the following keys: id, name, cidr, and available_cidr_blocks (by @cooperwalbrun)