We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7709913 commit 7ecb9acCopy full SHA for 7ecb9ac
.github/workflows/validate.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run TFLint
39
run: |
40
tflint --init
41
- tflint
+ tflint -f compact
42
43
- name: Validate Examples
44
.tflint.hcl
@@ -0,0 +1,19 @@
1
+config {
2
+ module = true
3
+ force = false
4
+}
5
+
6
+plugin "terraform" {
7
+ enabled = true
8
+ preset = "recommended"
9
+ version = "0.5.0"
10
+ source = "github.com/terraform-linters/tflint-ruleset-terraform"
11
12
13
+rule "terraform_required_version" {
14
+ enabled = false
15
16
17
+rule "terraform_module_pinned_source" {
18
19
0 commit comments