diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..4fea489 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,10 @@ +- id: tfas + name: tfas + description: "Run 'tfas' for authoritative Terraform module linting" + entry: tfas + language: python + files: .tf$ + args: [] + require_serial: true + additional_dependencies: [] + minimum_pre_commit_version: "2.9.2"