cli
cli copied to clipboard
fix(server-type): inconsistent base for size units in description
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
Minimal working example
hcloud server-type describe cpx21
Log output
No response
Additional information
No response
Traffic is actually billed in €/TiB, not in €/TB, so we should adjust that. Then the units would also match.
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.