We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75be53d commit 522c5b5Copy full SHA for 522c5b5
2 files changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: mixed-line-ending
12
- id: trailing-whitespace
13
- repo: https://github.com/antonbabenko/pre-commit-terraform
14
- rev: v1.104.0
+ rev: v1.105.0
15
hooks:
16
- id: terraform_validate
17
args:
AGENTS.md
@@ -0,0 +1,4 @@
1
+# Operational Context
2
+- **Type:** Terraform Module
3
+- **Test:** `pre-commit run -a`
4
+- **Lint:** `tflint`, `terraform fmt`
0 commit comments