Skip to content

Commit

Permalink
Merge pull request #1793 from WilboMo/account_maps
Browse files Browse the repository at this point in the history
Add GovCloud ECR account IDs
  • Loading branch information
zmrow authored Nov 3, 2021
2 parents 9933233 + a035d17 commit 62a8db2
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 62a8db2

Please sign in to comment.