Skip to content

Commit

Permalink
chore: update tflint config for v0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Jan 13, 2025
1 parent ff9fa03 commit 94fff95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ rule "terraform_module_pinned_source" {
enabled = true
}

# Disabled for examples code with unfixed version
rule "terraform_module_version" {
enabled = false
exact = false # default
}

rule "terraform_naming_convention" {
enabled = true
}
Expand Down

0 comments on commit 94fff95

Please sign in to comment.