mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
AWS: recognize us-east-2 region
The newly announced region must be added to our list of known regions.
This commit is contained in:
@@ -34,6 +34,7 @@ import (
|
||||
// and credentialprovider.
|
||||
var AWSRegions = [...]string{
|
||||
"us-east-1",
|
||||
"us-east-2",
|
||||
"us-west-1",
|
||||
"us-west-2",
|
||||
"eu-west-1",
|
||||
|
Reference in New Issue
Block a user