File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,15 +242,15 @@ Full list of dependencies and where they are used:
242242#### 1.1 Custom Terraform binaries and OpenTofu support
243243
244244It is possible to set custom path to ` terraform ` binary.
245- This makes it possible to use [ OpenTofu] ( https://opentofu.org ) binary ` tofu ` instead of ` terraform ` .
245+ This makes it possible to use [ OpenTofu] ( https://opentofu.org ) binary ( ` tofu ` ) instead of ` terraform ` .
246246
247247How binary discovery works and how you can redefine it (first matched takes precedence):
248248
2492491 . Check if per hook configuration ` --hook-config=--tf-path=<path_to_binary_or_binary_name> ` is set
2502502 . Check if ` PCT_TFPATH=<path_to_binary_or_binary_name> ` environment variable is set
2512513 . Check if ` TERRAGRUNT_TFPATH=<path_to_binary_or_binary_name> ` environment variable is set
252- 4 . Check if ` terraform ` binary can be found in the user's $PATH
253- 5 . Check if ` tofu ` binary can be found in the user's $PATH
252+ 4 . Check if ` terraform ` binary can be found in the user's ` $PATH `
253+ 5 . Check if ` tofu ` binary can be found in the user's ` $PATH `
254254
255255
256256### 2. Install the pre-commit hook globally
You can’t perform that action at this time.
0 commit comments