mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Added terraform_wrapper_module_for_each hook (#376)
This commit is contained in:
parent
aededd0eca
commit
e4e9a73d7e
5 changed files with 484 additions and 8 deletions
|
|
@ -113,6 +113,17 @@
|
|||
exclude: \.terraform\/.*$
|
||||
require_serial: true
|
||||
|
||||
- id: terraform_wrapper_module_for_each
|
||||
name: Terraform wrapper with for_each in module
|
||||
description: Generate Terraform wrappers with for_each in module.
|
||||
entry: hooks/terraform_wrapper_module_for_each.sh
|
||||
language: script
|
||||
pass_filenames: false
|
||||
always_run: false
|
||||
require_serial: true
|
||||
files: \.tf$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terrascan
|
||||
name: terrascan
|
||||
description: Runs terrascan on Terraform templates.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue