Add us-west-2 region for new stage.

This commit is contained in:
Aaron Boushley 2015-09-14 10:50:19 -07:00
parent c19c549689
commit 71afa91cc0

View File

@ -74,6 +74,7 @@ CMD.prototype._promptRegion = Promise.method(function() {
var regions = [
'us-east-1',
'us-west-1',
'us-west-2',
'eu-west-1',
'ap-northeast-1',
];
@ -232,4 +233,4 @@ CMD.prototype._updateProjectJson = Promise.method(function() {
return utils.writeFile(
path.join(_this._JAWS._meta.projectRootPath, 'jaws.json'),
JSON.stringify(_this._JAWS._meta.projectJson, null, 2));
});
});