Infracost diff – “git diff” but for cloud costs

Infracost diff – “git diff” but for cloud costs

Recently we released a new infracost diff command inspired by git diff. This shows a diff of monthly cloud cost estimates between the current and planned state of Terraform projects. At a high-level this might seems like a simple exercise of subtracting the current state’s cost estimate from the planned state, but cloud costs are rarely that simple to deal…

Feb 2021: Faster runs, new resources and Atlantis!

Feb 2021: Faster runs, new resources and Atlantis!

Here’s what we released in February – big thanks to the community contributors! You can upgrade to the latest version (v0.7.20) to pickup these goodies: 🚀 Speed improvements The CLI now only runs terraform init if required since Terraform commands aren’t the fastest in the world (init usually takes 20+ secs for me, but it depends on how many…