Skip to content

Commit 4220e51

Browse files
Add sydney region as a region choice to preconfigure script
2 parents 02910f7 + 45c43de commit 4220e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre-configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ iam.getUser({}, (err, data) => {
2020
name: 'primaryAwsRegion',
2121
message: 'Region:',
2222
type: 'list',
23-
choices: ['us-east-1', 'us-west-2', 'eu-west-1', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2'],
23+
choices: ['us-east-1', 'us-west-2', 'eu-west-1', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-2'],
2424
default: 'us-east-1'
2525
}, {
2626
name: 'artifactsS3BucketName',

0 commit comments

Comments
 (0)