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