cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
278 stars 29 forks source link

Display Currency on the results #48

Closed xescugc closed 3 years ago

xescugc commented 3 years ago

We are storing the currency to the DB but it's not using it anywhere right now, from a caller PoV then the prices are just numbers without a reference.

For me this info is lost on the cost.NewState https://github.com/cycloidio/terracost/blob/master/cost/state.go#L68 as we are not setting the currency but the other values. Once it's inside of the Component I think it'll be dragged everywhere else.

theskch commented 3 years ago

Closed by PR #49