Skip to content

Commit

Permalink
fix: update constants (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored Aug 27, 2024
1 parent 4791fe7 commit cb58e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/constants/ec2-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ export const allInstances = [
't3.micro',
't3.small',
't3.medium',
't3.large',
't3.xlarge',
't3.large',
't3.2xlarge',
't3a.nano',
't3a.micro',
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/cli.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Options:
[array] [choices: "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge",
"a1.4xlarge", "a1.metal", "t1.micro", "t2.nano", "t2.micro", "t2.small",
"t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro",
"t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano",
"t3.small", "t3.medium", "t3.xlarge", "t3.large", "t3.2xlarge", "t3a.nano",
"t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge",
"t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium",
"t4g.large", "t4g.xlarge", "t4g.2xlarge", "m1.small", "m1.medium", "m1.large",
Expand Down Expand Up @@ -648,7 +648,7 @@ Options:
[array] [choices: "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge",
"a1.4xlarge", "a1.metal", "t1.micro", "t2.nano", "t2.micro", "t2.small",
"t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro",
"t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano",
"t3.small", "t3.medium", "t3.xlarge", "t3.large", "t3.2xlarge", "t3a.nano",
"t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge",
"t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium",
"t4g.large", "t4g.xlarge", "t4g.2xlarge", "m1.small", "m1.medium", "m1.large",
Expand Down

0 comments on commit cb58e0b

Please sign in to comment.