Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #7155
  • Loading branch information
cagataygurturk authored Sep 1, 2020
1 parent ebaac08 commit 04bdf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/data_source_google_netblock_ip_ranges.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func dataSourceGoogleNetblockIpRangesRead(d *schema.ResourceData, meta interface
d.Set("cidr_blocks_ipv6", CidrBlocks["cidr_blocks_ipv6"])
case "google-netblocks":
// https://cloud.google.com/vpc/docs/configure-private-google-access?hl=en#ip-addr-defaults
const GOOGLE_NETBLOCK_URL = "http://www.gstatic.com/ipranges/goog.json"
const GOOGLE_NETBLOCK_URL = "https://www.gstatic.com/ipranges/goog.json"
CidrBlocks, err := getCidrBlocksFromUrl(GOOGLE_NETBLOCK_URL)

if err != nil {
Expand Down

0 comments on commit 04bdf16

Please sign in to comment.