cycloidio / terracost

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

estimation: return cost when no prior queries found #61

Closed xlr-8 closed 2 years ago

xlr-8 commented 2 years ago

In the case where it's the first time running the plan, there will be no prior queries/cost to estimate from, as this is now detected, this error should be ignored to return the appropriate plan cost.

xescugc commented 2 years ago

rs and merge directly