You could at least suggest the creation of an alias like: ``` alias tfcostestimate='jq -cf /usr/local/bin/terraform.jq | curl -s -X POST -H "Content-Type: application/json" -d @- https://cost.modules.tf/' ``` And then we can run as ``` terraform state pull | tfcostestimate ```