Skip to content

Commit 0a86f54

Browse files
Deployed to github pages
1 parent 8dd2442 commit 0a86f54

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

all-hooks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,15 @@
15201520
"files": "(\\.hcl)$",
15211521
"exclude": "\\.terraform/.*$"
15221522
},
1523+
{
1524+
"id": "terragrunt_providers_lock",
1525+
"name": "Terragrunt providers lock",
1526+
"description": "Updates provider signatures in dependency lock files using terragrunt.",
1527+
"entry": "hooks/terragrunt_providers_lock.sh",
1528+
"language": "script",
1529+
"files": "(terragrunt|\\.terraform\\.lock)\\.hcl$",
1530+
"exclude": "\\.(terraform/.*|terragrunt-cache)$"
1531+
},
15231532
{
15241533
"id": "terraform_tfsec",
15251534
"name": "Terraform validate with tfsec (deprecated, use \"terraform_trivy\")",

hooks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,10 @@ <h3 data-repo="https://github.com/antonbabenko/pre-commit-terraform">
956956
<code>terragrunt_validate</code>
957957
- Validates all Terragrunt configuration files.
958958
</li>
959+
<li data-id="terragrunt_providers_lock" data-types="">
960+
<code>terragrunt_providers_lock</code>
961+
- Updates provider signatures in dependency lock files using terragrunt.
962+
</li>
959963
<li data-id="terraform_tfsec" data-types="">
960964
<code>terraform_tfsec</code>
961965
- Static analysis of Terraform templates to spot potential security issues.

0 commit comments

Comments
 (0)