Skip to content

Commit

Permalink
Add new region: eu-west-2 (London)
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Feb 19, 2019
1 parent 032f981 commit 127645d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/apis/eksctl.io/v1alpha4/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const (
// RegionEUWest1 represents the EU West Region Ireland
RegionEUWest1 = "eu-west-1"

// RegionEUWest2 represents the EU West Region London
RegionEUWest2 = "eu-west-2"

// RegionEUNorth1 represents the EU North Region Stockholm
RegionEUNorth1 = "eu-north-1"

Expand Down Expand Up @@ -117,6 +120,7 @@ func SupportedRegions() []string {
RegionUSEast1,
RegionUSEast2,
RegionEUWest1,
RegionEUWest2,
RegionEUNorth1,
RegionEUCentral1,
RegionAPNorthEast1,
Expand Down

0 comments on commit 127645d

Please sign in to comment.