Skip to content

Commit

Permalink
Merge pull request #4284 from jpculp/new-regions
Browse files Browse the repository at this point in the history
schnauzer: add new regions to registry maps
  • Loading branch information
jpculp authored Nov 6, 2024
2 parents 9eb4f1f + b2fc1f1 commit d31a523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/api/schnauzer/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lazy_static! {
m.insert("ap-southeast-3", "386774335080");
m.insert("ap-southeast-4", "731751899352");
m.insert("ap-southeast-5", "851725293737");
m.insert("ap-southeast-7", "211125308421");
m.insert("ca-central-1", "328549459982");
m.insert("ca-west-1", "253897149516");
m.insert("cn-north-1", "183470599484");
Expand All @@ -54,6 +55,7 @@ lazy_static! {
m.insert("il-central-1", "288123944683");
m.insert("me-central-1", "553577323255");
m.insert("me-south-1", "509306038620");
m.insert("mx-central-1", "590183770263");
m.insert("sa-east-1", "328549459982");
m.insert("us-east-1", "328549459982");
m.insert("us-east-2", "328549459982");
Expand Down

0 comments on commit d31a523

Please sign in to comment.