Skip to content

Commit

Permalink
Add us-east-2 region
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Nov 9, 2018
1 parent 2a23265 commit 690d59a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/eks/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const (
// EKSRegionUSEast1 represents the US East Region North Virgina
EKSRegionUSEast1 = "us-east-1"

// EKSRegionUSEast2 represents the US East Region Ohio
EKSRegionUSEast2 = "us-east-2"

// EKSRegionEUWest1 represents the EU West Region Ireland
EKSRegionEUWest1 = "eu-west-1"

Expand All @@ -32,6 +35,7 @@ func SupportedRegions() []string {
return []string{
EKSRegionUSWest2,
EKSRegionUSEast1,
EKSRegionUSEast2,
EKSRegionEUWest1,
}
}
Expand Down

0 comments on commit 690d59a

Please sign in to comment.