From fd4d13868373aec8635823163f48eebfa1d12a6f Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 21 Jan 2022 12:01:54 -0500 Subject: [PATCH] disable tf module pinned source --- .tflint.hcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tflint.hcl b/.tflint.hcl index fcc2fa8..09d6863 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -19,3 +19,9 @@ rule "aws_instance_invalid_type" { plugin "aws" { enabled = true } + +# https://github.com/terraform-linters/tflint/blob/v0.33.1/docs/rules/terraform_module_pinned_source.md +rule "terraform_module_pinned_source" { + enabled = false +} +