terraform-cost-estimation icon indicating copy to clipboard operation
terraform-cost-estimation copied to clipboard

Support input of `terraform plan` (not only json, as now)

Open antonbabenko opened this issue 5 years ago • 0 comments

$ 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?

antonbabenko avatar May 14 '20 19:05 antonbabenko