-
I am running tflint (version 0.33.1) in an Azure DevOps Ubuntu agent. I run the following commands in the pipeline in a PowerShell step:
```powershell
RunCLI "$($cliPath) --loglevel ${{ parame…
-
### Describe the bug
`tfenv` allows for [the use of `min-required`](https://github.com/tfutils/tfenv/tree/v3.0.0#min-required) as the version specified in a project's `.terraform-version` file, whi…
-
### Describe the bug
I have changed 1 file in my terraform configuration.
```shell
echo "\n" >> terraform/scm-data/resources.tf
```
diff is showing one change:
```shell
diff --git …
-
## Introduction
Enabling module inspection and inspecting from outside the module's directory will cause the module to fail to load.
```console
$ tflint --module ./work
Failed to load configur…
-
Hi,
I have an egress_only_gateway_id and it says that I don't have:
"Error: The routing target is not specified, each aws_route must contain either egress_only_gateway_id, gateway_id, instance_id…
-
In our tflint config file we specify the 16 terraform rules available, which are:
- terraform_comment_syntax
- **terraform_deprecated_index**
- **terraform_deprecated_interpolation**
- terraform_d…
-
It seems that the addition of a dynamic `validation_option` block into an `aws_acm_certificate` resource prevents the detection of a perfectly valid `lifecycle` block required by the `aws_acm_certific…
-
We began rolling out tflint and while patching up this module, I noticed that a few vars are not used but seemed to have examples. https://github.com/GoogleCloudPlatform/terraform-google-anthos-vm/tre…
-
Recently upgraded tflint and enabled module validation.
Using
```
$ tflint --version
TFLint version 0.35.0
+ ruleset.aws (0.13.3)
$ terraform --version
Terraform v1.1.8
on darwin_amd64
+…
-
Steps to reproduce:
1. Set a profile "X" in the provider block. (X profile **shouldn't** be exist in the ~/.aws/credentials file)
2. Set a profile "Y" in the tflint plugin block. (Y profile **should…