We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02910f7 + 45c43de commit 4220e51Copy full SHA for 4220e51
scripts/pre-configure.js
@@ -20,7 +20,7 @@ iam.getUser({}, (err, data) => {
20
name: 'primaryAwsRegion',
21
message: 'Region:',
22
type: 'list',
23
- 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'],
24
default: 'us-east-1'
25
}, {
26
name: 'artifactsS3BucketName',
0 commit comments