From d6d66fa6a1c38260cd1395312646907cf039ce1f Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Thu, 1 Feb 2024 05:51:38 +0000 Subject: [PATCH] test tflint config --- .tflint.hcl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .tflint.hcl diff --git a/.tflint.hcl b/.tflint.hcl new file mode 100644 index 0000000..9367708 --- /dev/null +++ b/.tflint.hcl @@ -0,0 +1,7 @@ +config { + module = true + ignore_module = { + "cloudflare" = true + "cloudflare_record" = true + } +} \ No newline at end of file