Skip to content

Commit

Permalink
Sync partitions.json from released SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods authored and kstich committed Oct 25, 2023
1 parent 6b2c80c commit 5b4c3b1
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,32 @@
"us-isob-east-1": {},
"aws-iso-b-global": {}
}
},
{
"id" : "aws-iso-e",
"outputs" : {
"dnsSuffix" : "cloud.adc-e.uk",
"dualStackDnsSuffix" : "cloud.adc-e.uk",
"implicitGlobalRegion" : "eu-isoe-west-1",
"name" : "aws-iso-e",
"supportsDualStack" : false,
"supportsFIPS" : true
},
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
"regions" : { }
},
{
"id" : "aws-iso-f",
"outputs" : {
"dnsSuffix" : "csp.hci.ic.gov",
"dualStackDnsSuffix" : "csp.hci.ic.gov",
"implicitGlobalRegion" : "us-isof-south-1",
"name" : "aws-iso-f",
"supportsDualStack" : false,
"supportsFIPS" : true
},
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
"regions" : { }
}
]
}

0 comments on commit 5b4c3b1

Please sign in to comment.