Skip to content

Commit 9cc32e9

Browse files
committed
chore: update tflint config for v0.55.0
1 parent 95bdf8d commit 9cc32e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.config/tflint.hcl

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ rule "terraform_module_pinned_source" {
4545
enabled = true
4646
}
4747

48+
# Disabled for examples code with unfixed version
49+
rule "terraform_module_version" {
50+
enabled = false
51+
exact = false # default
52+
}
53+
4854
rule "terraform_naming_convention" {
4955
enabled = true
5056
}

0 commit comments

Comments
 (0)