You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: George Yermulnik (Georgii Iermulnik) <yz@yz.kiev.ua>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,8 +339,8 @@ There are several [pre-commit](https://pre-commit.com/) hooks to keep Terraform
339
339
|`terraform_trivy`|[Trivy][trivy repo] static analysis of terraform templates to spot potential security issues. [Hook notes](#terraform_trivy)|`trivy`|
340
340
|`terraform_validate`| Validates all Terraform configuration files. [Hook notes](#terraform_validate)|`jq`, only for `--retry-once-with-cleanup` flag |
341
341
|`terragrunt_fmt`| Reformat all [Terragrunt][terragrunt repo] configuration files (`*.hcl`) to a canonical format. |`terragrunt`|
342
-
|`terragrunt_validate`| Validates all Terraform configuration files in [Terragrunt][terragrunt repo]. [Hook notes](#terragrunt_validate). |`terragrunt`|
343
-
|`terragrunt_validate_inputs`| Validates [Terragrunt][terragrunt repo]configurations, and unused and undefined inputs (`*.hcl`). [Hook notes](#terragrunt_validate_inputs). |`terragrunt`|
|`terragrunt_validate_inputs`| Validates that [Terragrunt][terragrunt repo]configuration has no unused and undefined inputs (`*.hcl`). [Hook notes](#terragrunt_validate_inputs). |`terragrunt`|
344
344
|`terragrunt_providers_lock`| Generates `.terraform.lock.hcl` files using [Terragrunt][terragrunt repo]. |`terragrunt`|
345
345
|`terraform_wrapper_module_for_each`| Generates Terraform wrappers with `for_each` in module. [Hook notes](#terraform_wrapper_module_for_each)|`hcledit`|
346
346
|`terrascan`|[terrascan][terrascan repo] Detect compliance and security violations. [Hook notes](#terrascan)|`terrascan`|
@@ -1188,7 +1188,7 @@ It invokes `terragrunt providers lock` under the hood and terragrunt [does its o
1188
1188
1189
1189
### terragrunt_validate
1190
1190
1191
-
Validates _TF_ configurations. Does not validate anything inside Terragrunt HCL files.
See Terragrunt docs for [`terragrunt run -- validate`](https://docs.terragrunt.com/reference/cli/commands/run) for more details.
1194
1194
@@ -1206,7 +1206,7 @@ Example:
1206
1206
1207
1207
### terragrunt_validate_inputs
1208
1208
1209
-
Validates Terragrunt HCL files and unused and undefined inputs. This is useful for keeping
1209
+
Validates that Terragrunt HCL files have no unused and undefined inputs. This is useful for keeping
1210
1210
configs clean when module versions change or if configs are copied.
1211
1211
1212
1212
See the Terragrunt docs for [`terragrunt hcl validate --inputs`](https://docs.terragrunt.com/reference/cli/commands/hcl/validate/#inputs) for more details.
0 commit comments