Skip to content

Commit

Permalink
scraper: use correct prefix object key
Browse files Browse the repository at this point in the history
In AWS this is `region`, but for GCP we need to use `scope`.
  • Loading branch information
cgsheeh committed Jan 18, 2022
1 parent 241b851 commit 807a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scrape-manifest-ip-ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def all_required_gcp_regions_exist(prefixes: list) -> bool:
}

prefixes_in_new_document = {
prefix_object["region"]
prefix_object["scope"]
for prefix_object in prefixes
}

Expand Down

0 comments on commit 807a4b7

Please sign in to comment.