Skip to content

Commit d216562

Browse files
MaxymVlasovCopilotyermulnik
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>
1 parent 02ffc4f commit d216562

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ There are several [pre-commit](https://pre-commit.com/) hooks to keep Terraform
339339
| `terraform_trivy` | [Trivy][trivy repo] static analysis of terraform templates to spot potential security issues. [Hook notes](#terraform_trivy) | `trivy` |
340340
| `terraform_validate` | Validates all Terraform configuration files. [Hook notes](#terraform_validate) | `jq`, only for `--retry-once-with-cleanup` flag |
341341
| `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` |
342+
| `terragrunt_validate` | Validates underlying Terraform/OpenTofu configurations via [Terragrunt][terragrunt repo] (runs `terraform validate`). [Hook notes](#terragrunt_validate). | `terragrunt` |
343+
| `terragrunt_validate_inputs` | Validates that [Terragrunt][terragrunt repo] configuration has no unused and undefined inputs (`*.hcl`). [Hook notes](#terragrunt_validate_inputs). | `terragrunt` |
344344
| `terragrunt_providers_lock` | Generates `.terraform.lock.hcl` files using [Terragrunt][terragrunt repo]. | `terragrunt` |
345345
| `terraform_wrapper_module_for_each` | Generates Terraform wrappers with `for_each` in module. [Hook notes](#terraform_wrapper_module_for_each) | `hcledit` |
346346
| `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
11881188

11891189
### terragrunt_validate
11901190

1191-
Validates _TF_ configurations. Does not validate anything inside Terragrunt HCL files.
1191+
Validates _Terraform_ configurations. **Does not** validate code inside Terragrunt HCL files.
11921192

11931193
See Terragrunt docs for [`terragrunt run -- validate`](https://docs.terragrunt.com/reference/cli/commands/run) for more details.
11941194

@@ -1206,7 +1206,7 @@ Example:
12061206
12071207
### terragrunt_validate_inputs
12081208
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
12101210
configs clean when module versions change or if configs are copied.
12111211
12121212
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

Comments
 (0)