-
Conditional resources are still passed through linting resulting in possible warnings.
```hcl
resource "aws_route53_record" "main" {
provider = aws.route53
count = (local.create_route53_re…
-
I haven't really used generators before in my own projects, so:
What command do I run to generate https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/rules/README.md
It look…
-
```hcl
plugin "pingaccess" {
enabled = true
version = "0.0.1-alpha"
source = "github.com/iwarapter/tflint-ruleset-pingaccess"
signing_key =
-
There is a bug in this rule that internally errors when there is no message to check. However if you attempt to ignore either in your .tflint, via command line args, or inside the file, the ignore is …
-
Hello, we want to run this in CI, and be able to also run the deep inspection, but its not clear what kind of IAM permissions are needed. We want to run this in CI, and grant it the least privileged …
-
Hi,
I have installed and configured 'tflint' in my windows 10 PC. Also performed build and installation of the 'azurerm' provider as mentioned in the documentation. But when I run 'tflint --logleve…
-
Hi,
we've recently added tflint to our CI Pipeline and we love it. However we noticed that we run in to the API rate limit from Github. The default limit for unauthenticated request is 60 request p…
-
I need to low-level iterate all files for style checking, but I can't see the list being accessible.
I read the intention of `File(string)` is such a use case, also there is an unexported list under …
-
As `tflint` 0.29 is not out yet, we cannot use `tflint --init` to automatically initialize the aws-serverless plugin. At the moment, the only way to do it is to clone the repository and compile `tflin…
-
Hi,
we have the following code:
```hcl
...
resource "aws_route" "private_tgw_egress" {
count = var.enable_nat_gateway == false && var.enable_transit_egress == true ? local.private_subnet_co…