terraform-cost-estimation
terraform-cost-estimation copied to clipboard
Support input of `terraform plan` (not only json, as now)
$ terraform plan -out=plan.tfplan
$ curl -s -X POST -H "Content-Type: application/json" -d @plan.tfplan https://cost.modules.tf/
The idea is to make it transparent for users who don't want to run terraform show -json plan.tfplan.
Cool?