-
Is this possible to disable all rules except the one which are mentioned inside the .tflint.hcl file ?
-
### Describe the bug
On WIndows 10 in powershell:
When running 'pre-commit run --all-files' the following hooks fail with:
terraform_fmt
terraform_docs
terraform_tflint
terraform_tfsec
…
-
Hi,
when enabling the `aws_resource_missing_tags` rule I get a `Failed to check ruleset; error reading from server: EOF` error. This happens apparantly because we use variables for tags. Instead of…
-
### Summary
TFLint started crashing after we upgraded from `0.46.1` to `0.47.0`
### Command
tflint --config=/infra/.tflint.hcl -f compact
### Terraform Configuration
```terraform
module "eks_comm…
-
New node type has been released this February. https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-ec2-m7g-r7g-instances/?nc1=h_ls
They are now supported by ElastiCache, and should be added t…
-
Terraform allows pulling modules by path or from registry. For those who have adopted a registry, it is desirable to have a tflint rule that requires pulling modules from a registry rather than by pat…
-
In [v0.24.2](https://github.com/terraform-linters/tflint-ruleset-aws/releases/tag/v0.24.2) the following error occurs:
```
% tflint
Failed to check ruleset; error reading from server: EOF
```
T…
-
From a security perspective, esp. supply-chain attack vectors, having a rule that checks which Terraform module registries are allowed for use would be beneficial.
-
HI,
looking at adding this ruleset to our TFLint setup (since I live the strictness and consistency it adds) and saw somebody empty a .tf file.
My initial though: Is this rule already?
I wou…
-
### Summary
When used as a language server (e.g. with Neovim as a client), tflint does not clean up properly when exiting. This can be reproducied by running `tflint --langserver` directly in a ter…