<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Infracost on Terraform Pilot</title><link>https://www.terraformpilot.com/tags/infracost/</link><description>Recent content in Infracost on Terraform Pilot</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 10 Jun 2025 00:00:00 +0200</lastBuildDate><atom:link href="https://www.terraformpilot.com/tags/infracost/feed.xml" rel="self" type="application/rss+xml"/><item><title>Terraform Cost Estimation: Infracost, FinOps, and Budget Control</title><link>https://www.terraformpilot.com/articles/terraform-cost-estimation-and-finops-integration/</link><pubDate>Tue, 10 Jun 2025 00:00:00 +0200</pubDate><guid>https://www.terraformpilot.com/articles/terraform-cost-estimation-and-finops-integration/</guid><description>The Problem You run terraform apply and get a $500/month surprise on next month&amp;rsquo;s AWS bill. Nobody reviewed the cost before deploying.
The Solution: Infracost Infracost shows you the cost of your Terraform changes before you apply them:
$ infracost breakdown --path . Name Monthly Cost aws_instance.web ├─ Instance usage (t3.large, on-demand) $60.74 ├─ root_block_device (gp3, 50 GB) $4.00 └─ CPU credits $0.00 aws_db_instance.main ├─ Database instance (db.r6g.large) $131.40 └─ Storage (gp3, 100 GB) $11.</description></item></channel></rss>