Skip to content

Commit

Permalink
Add GovCloud ECR accounts
Browse files Browse the repository at this point in the history
Adds accounts for GovCloud regions.
  • Loading branch information
Will Moore committed Oct 30, 2021
1 parent a073559 commit a035d17
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 @@ -39,6 +39,8 @@ lazy_static! {
m.insert("us-east-2", "328549459982");
m.insert("us-west-1", "328549459982");
m.insert("us-west-2", "328549459982");
m.insert("us-gov-west-1", "347163068887");
m.insert("us-gov-east-1", "388230364387");
m
};
}
Expand Down

0 comments on commit a035d17

Please sign in to comment.