Terraform Cost Estimation

from Terraform plan and Terraform state.

Supported formats:
  • Terraform plan as JSON (eg, plan.json): terraform plan -out=plan.tfplan && terraform show -json plan.tfplan > plan.json
  • Terraform state (eg, terraform.tfstate): terraform state pull > state.json
  • JSON Payload

    See github.com/antonbabenko/terraform-cost-estimation for all details about features and supported resources!

    Like this project? Please follow @antonbabenko and share this project with your network!

    Consider support my work on GitHub Sponsors, Buy me a coffee, or PayPal.

    This is not an official HashiCorp product. You may want to look into Terraform Cloud where similar feature exists.