terraform-linters / tflint

A Pluggable Terraform Linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rule to forbid imports?

lra opened this issue · comments

Introduction

People tent do forget import blocks when they use them, a rule to block imports might be useful.

This would force people to not leave useless imports in the code once they imported their resources.

Proposal

Add an optional rule to fail when imports exist in the codebase.

References