Skip to content

Commit

Permalink
Add ap-southeast-5 to 'IsOptInRegion' and 'Regions'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 27, 2024
1 parent 6f6d78d commit 5499c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion names/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ var allRegionIDs = []string{
APSoutheast2RegionID,
APSoutheast3RegionID,
APSoutheast4RegionID,
APSoutheast5RegionID,
CACentral1RegionID,
CAWest1RegionID,
EUCentral1RegionID,
Expand Down Expand Up @@ -319,7 +320,7 @@ func IsOptInRegion(region string) bool {
switch region {
case AFSouth1RegionID,
APEast1RegionID, APSouth2RegionID,
APSoutheast3RegionID, APSoutheast4RegionID,
APSoutheast3RegionID, APSoutheast4RegionID, APSoutheast5RegionID,
CAWest1RegionID,
EUCentral2RegionID,
EUSouth1RegionID, EUSouth2RegionID,
Expand Down

0 comments on commit 5499c6d

Please sign in to comment.