Skip to content

Commit

Permalink
fix: update constants (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: hoonoh <[email protected]>
  • Loading branch information
hoonoh and hoonoh authored Dec 30, 2022
1 parent ef92aaa commit 0725917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ export const regionNames: Record<Region, string> = {
'eu-west-3': 'Europe (Paris)',
'me-central-1': 'Middle East (UAE)',
'me-south-1': 'Middle East (Bahrain)',
'sa-east-1': 'South America (São Paulo)',
'sa-east-1': 'South America (Sao Paulo)',
};
2 changes: 1 addition & 1 deletion test/__snapshots__/cli.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ exports[`cli test by import should return expected values with wide option 1`] =
║ t3a.nano │ 0.0018 │ 2 │ 0.5 │ Linux/UNIX (Amazon VPC) │ ap-southeast-1a │ Asia Pacific (Singapore) ║
║ t3a.nano │ 0.0018 │ 2 │ 0.5 │ Linux/UNIX │ ap-southeast-2a │ Asia Pacific (Sydney) ║
║ t3.nano │ 0.0019 │ 2 │ 0.5 │ Linux/UNIX │ us-west-1b │ US West (N. California) ║
║ t3a.nano │ 0.0019 │ 2 │ 0.5 │ Linux/UNIX │ sa-east-1a │ South America (São Paulo) ║
║ t3a.nano │ 0.0019 │ 2 │ 0.5 │ Linux/UNIX │ sa-east-1a │ South America (Sao Paulo) ║
║ t1.micro │ 0.0020 │ 1 │ 0.613 │ Linux/UNIX │ ap-southeast-1a │ Asia Pacific (Singapore) ║
║ t1.micro │ 0.0020 │ 1 │ 0.613 │ Linux/UNIX (Amazon VPC) │ ap-southeast-1a │ Asia Pacific (Singapore) ║
║ t1.micro │ 0.0020 │ 1 │ 0.613 │ Linux/UNIX │ ap-southeast-2a │ Asia Pacific (Sydney) ║
Expand Down

0 comments on commit 0725917

Please sign in to comment.