terraform-cost-estimation
terraform-cost-estimation copied to clipboard
Anonymized, secure, and free Terraform cost estimation based on Terraform plan (0.12+) or Terraform state (any version)
I understand that > cost.modules.tf runs by Betajob. We don't save, publish, share with anyone data submitted to the service. No identifiable customer information used to query pricing systems (check...
https://github.com/antonbabenko/pre-commit-terraform Why not? :)
Hi, Is there any chance to get more detailed overview (per module would be just fine) how end price has been calculated?
Cloudwatch enhanced monitoring for EC2 may also cost a considerable amount per month, the bool key is available in `aws_launch_configuration.*.enable_monitoring` and `aws_instance.*.monitoring`. This is quite tricky to calculate because each...
It would be very helpful to get the spot pricing accounted for in the total price by using `aws_launch_configuration.*.spot_price`.
Great tool. would love to continuously acknowledge the estimated price of https://github.com/bridgecrewio/terragoat on every push to master
References: - https://www.runatlantis.io/ - https://github.com/terraform-aws-modules/terraform-aws-atlantis /cc @stevermeister - https://twitter.com/stevermeister/status/1264914875081523201 :)
``` $ 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...
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...
Thanks for the tool, is a good help. In our use case most of the workloads are on fargate services. It would be nice to have an estimation of the...