-
Hi,
Currently, the rule for checking the private_key checks for content containing `BEGIN PRIVATE KEY` and `END PRIVATE KEY`, but we are using RSA-based private keys which contain the following text …
-
### Describe the bug
- Assume you have a module that references other modules
- Run pre-commit-terraform on it (this will call `terraform init`)
- Add a reference to another module
- Run pre-com…
-
### Summary
Before tflint ~0.48.0 ` # tflint-ignore: ` works for years, but now it's broken
### Command
tflint
### Terraform Configuration
```terraform
module "archive_s3_bucket" {…
-
**Describe the bug**
We utilize a monorepo for our terraform configurations and we have integrated into our CI pipline precommit checks with the tflint precommit plugin. What I've noticed is tha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When upgrading from v5->v6 we are now required when linting go files to pass in either,…
-
### Summary
Trying to use the language server integration for `tflint` along with the `tflint-ruleset-google` ruleset `v0.25.0.
Running the linter, standalone, with this ruleset and configuration …
-
### Summary
I'm having problems ignoring unused declarations. I've got these kinds of statements scattered through various input variables. And at some point, they were working, but now they *always*…
-
### Describe the issue
I imagine changes to be as follows:
![image](https://github.com/aws/aws-sdk-go/assets/53799940/437f25f1-dfde-4a76-869b-95118edcb1a4)
This would help a lot of projects out t…
-
### What would you like Renovate to be able to do?
I would like Renovate to be able to update TFLint plugin versions. TFLint plugins, by convention, are located in a `.tflint.hcl` file. TFLint plugin…
-
I have the following resource declared as follows:
```
resource "aws_accessanalyzer_analyzer" "access_analyzer_instance" {
count = var.enable ? 1 : 0
analyzer_name = "${var.resources…