summaryrefslogtreecommitdiff
path: root/.tflint.hcl
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-03 05:18:34 -0500
committerSeth Flynn <[email protected]>2025-02-03 05:34:09 -0500
commitc43746545c4cdc4a04e32a198d971f34dca88f20 (patch)
treeb5f3e38e34957371152c04bf087a897e8f098a83 /.tflint.hcl
parent082ef6167ea188de4a0439fe63baaca41b19b45b (diff)
ci: add hclfmt and tflint checks
Diffstat (limited to '.tflint.hcl')
-rw-r--r--.tflint.hcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/.tflint.hcl b/.tflint.hcl
new file mode 100644
index 0000000..427121c
--- /dev/null
+++ b/.tflint.hcl
@@ -0,0 +1,4 @@
+plugin "terraform" {
+ enabled = true
+ preset = "recommended"
+}