Skip to content

Commit

Permalink
Add missing regions and fix typo in partitions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods authored and kstich committed Nov 7, 2022
1 parent 60bafd3 commit 3f8cdeb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
"regions": {
"af-south-1": {},
"af-east-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
Expand All @@ -21,6 +21,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
Expand Down Expand Up @@ -80,6 +81,8 @@
"dualStackDnsSuffix": "c2s.ic.gov"
},
"regions": {
"us-iso-east-1": {},
"us-iso-west-1": {},
"aws-iso-global": {}
}
},
Expand All @@ -94,6 +97,7 @@
"dualStackDnsSuffix": "sc2s.sgov.gov"
},
"regions": {
"us-isob-east-1": {},
"aws-iso-b-global": {}
}
}
Expand Down

0 comments on commit 3f8cdeb

Please sign in to comment.