aboutsummaryrefslogtreecommitdiff
path: root/development/tflint/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-07-19 23:38:09 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 07:34:50 +0700
commit1b300973f3de66d34fff3aae13d3376c5f6b593e (patch)
tree2449cc60859d31eaf35bbe0a041714c9d7918a63 /development/tflint/README
parent0c67581c99e7a9e5d440fdc17e2256a03d259d86 (diff)
development/tflint: Added (Pluggable Terraform Linter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tflint/README')
-rw-r--r--development/tflint/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/tflint/README b/development/tflint/README
new file mode 100644
index 0000000000000..eaef2e23bf29a
--- /dev/null
+++ b/development/tflint/README
@@ -0,0 +1,13 @@
+A Pluggable Terraform Linter
+
+TFLint is a framework and each feature is provided by plugins, the
+key features are as follows:
+
+- Find possible errors (like invalid instance types) for Major Cloud
+ providers (AWS/Azure/GCP).
+- Warn about deprecated syntax, unused declarations.
+- Enforce best practices, naming conventions.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.