Merge pull request #5960 from LessMo/master

builder/amazon: Added new region cn-northwest-1
This commit is contained in:
SwampDragons 2018-03-05 17:41:12 -08:00 committed by GitHub
commit 980c777000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ func listEC2Regions() []string {
// not part of autogenerated list
"us-gov-west-1",
"cn-north-1",
"cn-northwest-1",
}
}