-
### Summary
Hi,
I'm trying to ignore not having a version defined on a remote module.
The module source is "app.terraform.io/rbcbrewindolphin/naming_standard/bd"
I have tried using .tflint.hcl…
-
Hi,
In [v0.23.0](https://github.com/terraform-linters/tflint-ruleset-google/releases/tag/v0.23.0), an error occurs when executing tflint.
```sh
% tflint
Failed to check ruleset; error reading …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Describe the bug
When running pre-commit the errors are always bubbled up using relative paths:
```
TFLint in :
1 issue(s) found:
variables.tf:6:1: Warning - variable "unused" is …
-
### Summary
Looks like TFlint separates `local.kubernetes_namespace` definition to all possible programming branches, execute them it TF way (executing true and false both), and then just sends all…
-
I'm trying to update my module's code to:
```hcl
resource "azurerm_log_analytics_workspace" "main" {
count = local.create_analytics_workspace ? 1 : 0
location = coalesce(var.loc…
-
AWS Lambda runtime `java17` is available now:
https://aws.amazon.com/de/about-aws/whats-new/2023/04/aws-lambda-java-17/
But tflint gives the following error:
Error: "java17" is an invalid…
-
### Summary
Given a simple `variables.tf` file:
```
variable "subscription_id" {}
variable "resource_group_name" {}
variable "resource_group_location" {}
variable "agw_monitoring_log_analytics…
-
When running the tflint hook with terragrunt, I receive the following error:
````
Failed to initialize plugins; Unrecognized remote plugin message: Incorrect Usage. flag provided but not defined: …
-
This action is frequently failing due to rate limiting when the `tflint` executable makes calls to Github's API:
```
Installing `terraform` plugin...
Failed to install a plugin; Failed to fetch G…