Skip to content

Commit

Permalink
Merge pull request #1527 from shirady/update-aws-regions
Browse files Browse the repository at this point in the history
Update AWS Regions with New Region
  • Loading branch information
liranmauda authored Feb 11, 2025
2 parents 2e735ff + e8085c9 commit 87e4e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,8 @@ func GetAWSRegion() (string, error) {
"ap-southeast-3": "ap-southeast-3",
"ap-southeast-4": "ap-southeast-4",
"ap-southeast-5": "ap-southeast-5",
// Currently in AWS table there is no region ap-southeast-6
"ap-southeast-7": "ap-southeast-7",
"ap-south-1": "ap-south-1",
"ap-south-2": "ap-south-2",
"me-south-1": "me-south-1",
Expand All @@ -1168,6 +1170,7 @@ func GetAWSRegion() (string, error) {
"us-gov-east-1": "us-gov-east-1",
"af-south-1": "af-south-1",
"il-central-1": "il-central-1",
"mx-central-1": "mx-central-1",
}
var awsRegion string
infrastructure := &configv1.Infrastructure{
Expand Down

0 comments on commit 87e4e81

Please sign in to comment.