Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose filtered CIDRs ranges for default domains #9326

Closed
wants to merge 1 commit into from

Commits on Jun 11, 2021

  1. Exposes filtered CIDRs ranges for default domains

    Per https://cloud.google.com/vpc/docs/configure-private-google-access#ip-addr-defaults :
    
    > The IP addresses used by the default domains for Google APIs and services fit within
    > the list of ranges computed by taking away all ranges in cloud.json from those in
    > goog.json. The following example shows you how to get this range using Python.
    
    `terraform-provider-google` was offering access to both `goog.json`
    (`google-netblocks`) and `cloud.json` (`cloud-netblocks`) but not to
    that useful subset of addresses in goog.json but not in cloud.json,
    which is hard to process otherwise (using only terraform native transforms).
    
    This mirrors the above doc's python script's behavior.
    bpineau committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ccf95c9 View commit details
    Browse the repository at this point in the history