diff options
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" +} |
