diff options
| author | Seth Flynn <[email protected]> | 2025-02-03 05:18:34 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-03 05:34:09 -0500 |
| commit | c43746545c4cdc4a04e32a198d971f34dca88f20 (patch) | |
| tree | b5f3e38e34957371152c04bf087a897e8f098a83 /.tflint.hcl | |
| parent | 082ef6167ea188de4a0439fe63baaca41b19b45b (diff) | |
ci: add hclfmt and tflint checks
Diffstat (limited to '.tflint.hcl')
| -rw-r--r-- | .tflint.hcl | 4 |
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" +} |
