hetznercloud / cli

A command-line interface for Hetzner Cloud
MIT License
1.08k stars 80 forks source link

fix(server-type): inconsistent base for size units in description #838

Open jooola opened 1 month ago

jooola commented 1 month ago

TL;DR

The included_traffic displayed in the server type describe command is using a different base for the size unit from the rest of the sizes.

Expected behavior

Have a consistent base for the size units we display to the users.

Observed behavior

image

Minimal working example

hcloud server-type describe cpx21

Log output

No response

Additional information

No response

phm07 commented 1 month ago

Traffic is actually billed in €/TiB, not in €/TB, so we should adjust that. Then the units would also match.