hetznercloud / cli

A command-line interface for Hetzner Cloud
MIT License
1.13k stars 81 forks source link

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

Open jooola opened 3 months ago

jooola commented 3 months 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 3 months ago

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

github-actions[bot] commented 5 days ago

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.