Skip to content

Commit

Permalink
update mapValidAWSRegions with new regions
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Feb 11, 2025
1 parent 2e735ff commit e8085c9
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 e8085c9

Please sign in to comment.