mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Fix some lingering terraform references in the readme
- also the self-link to `tofu_fmt` was broken before this change Signed-off-by: Amo Chumber <amo@sysadmiral.xyz>
This commit is contained in:
parent
81b78c8fd7
commit
aaa1585b6c
1 changed files with 2 additions and 2 deletions
|
|
@ -552,9 +552,9 @@ To replicate functionality in `tofu_docs` hook:
|
|||
- --args=--config=.terraform-docs.yml
|
||||
```
|
||||
|
||||
### terraftofu_fmtorm_fmt
|
||||
### tofu_fmt
|
||||
|
||||
1. `tofu_fmt` supports custom arguments so you can pass [supported flags](https://www.terraform.io/docs/cli/commands/fmt.html#usage). Eg:
|
||||
1. `tofu_fmt` supports custom arguments so you can pass [supported flags](https://opentofu.org/docs/cli/commands/fmt/#usage). Eg:
|
||||
|
||||
```yaml
|
||||
- id: tofu_fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue