From 17f0416b070ad499ccca6853c9384180f1fcbdf5 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Wed, 28 Feb 2024 23:14:21 +0100 Subject: [PATCH] chore: add readme --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ca61d..86f2b2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ +

+ + + Terramate + +

Integrate Infracost with Terramate

+

+ ✨ https://terramate.io ✨ +
+ Terramate an Infrastructure as Code (IaC) orchestration, collaboration, visibility and observability platform that unifies, + simplifies, and scales all your infrastructure code, tools, and workflows. +

+

+
+ +

+ Discord Server +

+

+ 📖 Documentation | 🚀 Getting Started | 💻 Playground | 🙌 Join Us +

+ +
+
+ +![Integrate Infracost with Terramate](https://a.storyblok.com/f/237134/2250x1125/b85637bffb/integrating-terramate-with-infracost.png) + +## Introduction + +This repository contains an example of how to integrate Infracost with Terramate. For a step-by-step guide please see our blog post at https://terramate.io/rethinking-iac/finops-cloud-cost-estimation-with-terramate-terraform-and-infracost/. + + +## Usage + +Run the following commands to execute Infracost in all Terramate stacks: + +```sh infracost generate config -infracost breakdown --path . --usage-file infracost-usage-medium.yml \ No newline at end of file + +infracost breakdown --path . --usage-file infracost-usage-medium.yml +```