mirror of https://github.com/k3s-io/k3s
AWS: Add ap-south-1 to list of known AWS regions
Adding the new ap-south-1 region (Mumbai)pull/6/head
parent
951b591716
commit
60c37a0a87
|
@ -38,6 +38,7 @@ var AWSRegions = [...]string{
|
|||
"us-west-2",
|
||||
"eu-west-1",
|
||||
"eu-central-1",
|
||||
"ap-south-1",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-northeast-1",
|
||||
|
|
Loading…
Reference in New Issue