2023-05-03 14:52:20 +02:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/terraform-docs/terraform-docs
|
|
|
|
rev: "v0.16.0"
|
|
|
|
hooks:
|
|
|
|
- id: terraform-docs-go
|
2024-09-01 13:17:55 +02:00
|
|
|
args: ["markdown", "table", "--output-file", "README.md", "./simple-template"]
|
|
|
|
- id: terraform-docs-go
|
|
|
|
args: ["markdown", "table", "--output-file", "README.md", "./private-cluster-module"]
|
|
|
|
- id: terraform-docs-go
|
|
|
|
args: ["markdown", "table", "--output-file", "README.md", "./bucket"]
|
2023-05-03 14:52:20 +02:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.4.0
|
|
|
|
hooks:
|
2024-09-01 13:17:55 +02:00
|
|
|
- id: trailing-whitespace
|