mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Fix Infracost links (#396)
This commit is contained in:
parent
09e9baa769
commit
598bf2c7ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue