-
```hcl
config {
format = "compact"
plugin_dir = "~/.tflint.d/plugins"
module = false
force = false
disabled_by_default = false
}
```
When running tflint…
-
## Describe the bug
We're running super-linter on our codebase that is largely made up of terraform files. it has just failed with error:
```shell
2022-05-24 20:26:03 [INFO] File:[/github/wor…
-
## Problem
Terraform supports defining multiple configurations for the same provider, and select which one to use on a per-resource or per-module basis.
https://www.terraform.io/language/provide…
-
https://github.com/aws-cloudformation/cfn-lint/issues/19, https://github.com/terraform-linters/tflint-ruleset-aws/pull/309
Inspired by @wata727's [`tflint` rules](https://github.com/terraform-linters…
-
### Describe the bug
When running the install steps from the README all checks are skipped even when running `pre-commit run -a`. Likely an issue in `pre-commit`?
### How can we reproduce…
-
## Describe the bug
The tflint bundled plugins are being [deprecated ](https://github.com/terraform-linters/tflint/pull/1160). A `.tflint.hcl` file is needed to specify which plugins are needed and…
-
Docker bundle is crashing on a terraform manifest that lints perfectly fine on the previous tflint version.
Crashing version:
v0.36.1.0
When pinning the version to v.0.35.0.1 the linter does no…
-
## Overview
tflint failed due to the error `Failed to check ruleset; unevaluable expression found`.
```console
Failed to check ruleset; unevaluable expression found in terraform.tf:12
```
…
-
When I upgraded TFLint to `0.35.0` and ruleset `0.13.0`, I got the error.
Failed to check ruleset; Failed to check `aws_route_not_specified_target` rule: unevaluable expression found in public_…
ss098 updated
2 years ago
-
With the release of the new gRPC plugin system in the main tflint package, the ruleset needs to be updated to support the latest release of tflint (>= v0.35.0).
If the current release of this rules…