Skip to content

Commit

Permalink
fix: update constants (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
  • Loading branch information
hoonoh and hoonoh committed Nov 10, 2022
1 parent 0de5340 commit a016395
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/constants/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const allRegions = [
'ap-southeast-3',
'ca-central-1',
'eu-central-1',
'eu-central-2',
'eu-north-1',
'eu-south-1',
'eu-west-1',
Expand Down Expand Up @@ -42,6 +43,7 @@ export const defaultRegions: Region[] = [
// 'ap-southeast-3', // requires opt-in
'ca-central-1',
'eu-central-1',
// 'eu-central-2', // requires opt-in
'eu-north-1',
// 'eu-south-1', // requires opt-in
'eu-west-1',
Expand All @@ -68,6 +70,7 @@ export const regionNames: Record<Region, string> = {
'ap-southeast-3': 'Asia Pacific (Jakarta)',
'ca-central-1': 'Canada (Central)',
'eu-central-1': 'Europe (Frankfurt)',
'eu-central-2': 'Europe (Zurich)',
'eu-north-1': 'Europe (Stockholm)',
'eu-south-1': 'Europe (Milan)',
'eu-west-1': 'Europe (Ireland)',
Expand Down
12 changes: 6 additions & 6 deletions test/__snapshots__/cli.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Options:
[array] [choices: "us-east-1", "us-east-2", "us-west-1", "us-west-2",
"af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2",
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2",
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1",
"eu-west-1", "eu-west-2", "eu-west-3", "me-central-1", "me-south-1",
"sa-east-1"]
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-central-2",
"eu-north-1", "eu-south-1", "eu-west-1", "eu-west-2", "eu-west-3",
"me-central-1", "me-south-1", "sa-east-1"]
-i, --instanceType EC2 type
[array] [choices: "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge",
"a1.4xlarge", "a1.metal", "t1.micro", "t2.micro", "t2.small", "t2.medium",
Expand Down Expand Up @@ -501,9 +501,9 @@ Options:
[array] [choices: "us-east-1", "us-east-2", "us-west-1", "us-west-2",
"af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2",
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2",
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1",
"eu-west-1", "eu-west-2", "eu-west-3", "me-central-1", "me-south-1",
"sa-east-1"]
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-central-2",
"eu-north-1", "eu-south-1", "eu-west-1", "eu-west-2", "eu-west-3",
"me-central-1", "me-south-1", "sa-east-1"]
-i, --instanceType EC2 type
[array] [choices: "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge",
"a1.4xlarge", "a1.metal", "t1.micro", "t2.micro", "t2.small", "t2.medium",
Expand Down

0 comments on commit a016395

Please sign in to comment.