What problem does it solve?
This Skill eliminates the risk of unexpected, high cloud infrastructure bills that arise when expensive resources (such as firewalls, NAT gateways, managed databases, and high-tier compute instances) are deployed via Terraform or left running without cost visibility.
Core Features & Use Cases
- Multi-cloud cost detection: Identifies expensive resource types in Terraform plans and live cloud resource lists across Azure, AWS, and GCP.
- Accurate cost estimation: Calculates hourly, daily, and monthly running costs for detected resources using standard pricing benchmarks.
- Pre-apply warnings: Emits clear cost summaries before terraform apply, including explicit teardown commands to stop charges immediately if resources are no longer needed.
- Post-apply reminders: Writes teardown reminders to project run-logs after successful applies to avoid forgotten long-running resources.
- Use Case: A DevOps engineer preparing to deploy a test Kubernetes cluster and firewall on Azure can use this Skill to get an immediate estimate of ~$30/day in charges, along with the exact command to run when testing is complete.
Quick Start
Use the infra-cost-guard skill to estimate the total monthly cost of all expensive resources in your latest Terraform plan before you run terraform apply.