Skip to content

Commit

Permalink
Merge pull request #5037 from furkatgofurov7/add-missing-eks-regions
Browse files Browse the repository at this point in the history
Add missing regions to the EKS_REGIONS list
  • Loading branch information
richard-cox authored Jun 15, 2023
2 parents 8a9c754 + 0e86c02 commit 07ff5e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/shared/addon/utils/amazon.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,12 @@ export const EKS_REGIONS = [
'ap-southeast-1',
'ap-southeast-2',
'ap-southeast-3',
'ap-southeast-4',
'ap-east-1',
'ap-south-1',
'ap-south-2',
'me-south-1',
'me-central-1',
'ca-central-1',
'cn-north-1',
'cn-northwest-1',
Expand All @@ -673,7 +676,9 @@ export const EKS_REGIONS = [
'eu-west-2',
'eu-west-3',
'eu-central-1',
'eu-central-2',
'eu-south-1',
'eu-south-2',
'sa-east-1',
'us-east-1',
'us-east-2',
Expand Down

0 comments on commit 07ff5e3

Please sign in to comment.