Skip to content

Commit

Permalink
Add sydney region as a region choice to preconfigure script
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo authored Oct 1, 2018
2 parents 02910f7 + 45c43de commit 4220e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ iam.getUser({}, (err, data) => {
name: 'primaryAwsRegion',
message: 'Region:',
type: 'list',
choices: ['us-east-1', 'us-west-2', 'eu-west-1', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2'],
choices: ['us-east-1', 'us-west-2', 'eu-west-1', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-2'],
default: 'us-east-1'
}, {
name: 'artifactsS3BucketName',
Expand Down

0 comments on commit 4220e51

Please sign in to comment.