-
With TFLint version 0.23 we have a issue with EOF bracket in our terraform code, the issue is :
Failed to check `aws_iam_role_policy_invalid_policy` rule: main.tf:37,4-4: Unterminated template string…
-
Happy New Year!
It seems that a shared credentials file containing STS-generated credentials cannot be currently used (as the SessionToken isn't passed to the S3 client).
Would it be possible to…
-
Hi, I got the following error when trying out the plugin:
```
2020-09-25T16:29:09.294Z [DEBUG] plugin.tflint-ruleset-google: 2020/09/25 16:29:09 [ERR] plugin: plugin server: accept unix /tmp/plugi…
-
Hi folks 👋
An experimental plugin system has been released in TFLint v0.14. This is the first step towards a "pluggable" linter for TFLint to support various Terraform providers in the future.
…
-
I am trying to use Azurerm plugin of TFLint, but always get the that error, it is not working neither om my Mac nor in a Docker container.
I use this Docker image - https://hub.docker.com/r/wata727/…
-
Since `tflint` doesn't support a recursive mode, for use in CI, it would useful if there were a variant of the Docker container that contains some way to check multiple files (e.g., a shell, such that…
-
Hi @wata727,
I was experimenting a bit with the plugin and tried to run it on a few `tf.json` files and got the following error message:
```
08:52:17 runner_walk.go:36: [DEBUG] Walk `google_stora…
-
Not sure if this is related to https://github.com/terraform-linters/tflint-ruleset-google/pull/7, or if it's just a limitation of magic modules itself (the compute stuff being very old), but is it int…
-
Is it possible for this error to be clarified? It took me awhile before I finally figured out it was the azure plugin for tflint I needed to update. Probably me just being dumb, but if it said "Incomp…
-
Hi,
I've been trying to setup TFLint for an Azure Terraform project but couldn't make it run so far. While experimenting I noticed the following behaviours:
- Rules by default all are not working …