From 598bf2c7edd92f559b25655b899c4c41fb4d735b Mon Sep 17 00:00:00 2001 From: Ali Khajeh-Hosseini Date: Thu, 9 Jun 2022 13:05:35 -0700 Subject: [PATCH] docs: Fix Infracost links (#396) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21bdcec00..1bebe5240 100644 --- a/README.md +++ b/README.md @@ -312,11 +312,11 @@ For deprecated hook you need to specify each argument separately: ### infracost_breakdown -`infracost_breakdown` executes `infracost breakdown` command and compare the estimated costs with those specified in the hook-config. `infracost breakdown` normally runs `terraform init`, `terraform plan`, and calls Infracost Cloud Pricing API (remote version or [self-hosted version](https://www.infracost.io/docs/cloud_pricing_api/self_hosted)). +`infracost_breakdown` executes `infracost breakdown` command and compare the estimated costs with those specified in the hook-config. `infracost breakdown` parses Terraform HCL code, and calls Infracost Cloud Pricing API (remote version or [self-hosted version](https://www.infracost.io/docs/cloud_pricing_api/self_hosted)). Unlike most other hooks, this hook triggers once if there are any changed files in the repository. -1. `infracost_breakdown` supports [all `infracost breakdown` arguments](https://www.infracost.io/docs/#useful-options). The following example only shows costs: +1. `infracost_breakdown` supports all `infracost breakdown` arguments (run `infracost breakdown --help` to see them). The following example only shows costs: ```yaml - id: infracost_breakdown