Skip to content

Commit

Permalink
Merge pull request #1463 from shirady/add-aws-region
Browse files Browse the repository at this point in the history
Fix Bug BZ 2320939 | Update AWS Regions
  • Loading branch information
shirady authored Oct 27, 2024
2 parents cc33bce + 521fc2a commit e02a982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ func GetAWSRegion() (string, error) {
"ap-southeast-2": "ap-southeast-2",
"ap-southeast-3": "ap-southeast-3",
"ap-southeast-4": "ap-southeast-4",
"ap-southeast-5": "ap-southeast-5",
"ap-south-1": "ap-south-1",
"ap-south-2": "ap-south-2",
"me-south-1": "me-south-1",
Expand Down

0 comments on commit e02a982

Please sign in to comment.