-
### Summary
even though both azuread_users.owners & azuread_client_config.current are used in concat() block, tflint throws a terraform_unused_declarations warning.
### Command
tflint --recurs…
-
Hi,
using #518 as base but adding a module m to `m/main.tf`. `terraform apply` works fine and applies all changes, but `tflint --recursive --module` fails with
```
tflint --module --recursive
…
-
### Summary
`Failed to install a plugin; Failed to download tflint-ruleset-terraform_windows_amd64.zip: file not found in the GitHub release. `
The filename is different to the actual release:
…
-
### Summary
I've used your [ruleset template](https://github.com/terraform-linters/tflint-ruleset-template) to create a plugin hosted in our private GitHub enterprise account. With a bit of tweaking,…
-
## Description
As a TRE Developer
I need an automated solution which checks that all resources in Terraform has costs Tags
so that I won't miss to tag any new/updated resource
-
Issue:
From what I've come across about this method, it should return the path of the child module from the terraform tree. However, it's returning nil when using it with the runner of any module.
…
-
With v0.24.0 of the ruleset I'm now getting the error below, even though the provider exists.
`Failed to check ruleset; failed to check "aws_resource_missing_tags" rule: The aws provider with alias…
-
I was using tflint azurerm plugin to check the following code:
```hcl
locals {
blob_a_record = local.private_endpoint_enabled ? {} : { for n, t in var.storage_container : n => {
name = t.n…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Dependabot proposed a PR to update to v6.0.0, however it's currently failing our required che…
-
AWS Lambda runtime `ruby3.2` is available now:
https://aws.amazon.com/blogs/compute/ruby-3-2-runtime-now-available-in-aws-lambda/
However we get an error when running tflint:
```
Error: "ruby3.2…