From 67b1e416907a89e8cb34e0b5102778522d005cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Mon, 13 Jan 2025 17:54:22 +0100 Subject: [PATCH] chore: update tflint config for v0.55.0 --- .config/tflint.hcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/tflint.hcl b/.config/tflint.hcl index d60ea6d..f8dc59d 100644 --- a/.config/tflint.hcl +++ b/.config/tflint.hcl @@ -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 }