aws_network_module/.pre-commit-config.yaml

15 lines
421 B
YAML

repos:
- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.16.0"
hooks:
- id: terraform-docs-go
args: ["markdown", "table", "--output-file", "README.md", "."]
types_or: [terraform]
- repo: local
hooks:
- id: terraform-fmt
name: terraform-fmt
pass_filenames: false
types_or: [terraform]
language: system
entry: terraform fmt