-
This is better:
```
plugin "aws" {
enabled = true
version = "0.17.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
plugin "terraform" {
enabled = true
pres…
-
## Introduction
Similar to https://github.com/terraform-linters/tflint/issues/1447, An error occurs when a variable marked as sensitive is evaluated.
```hcl
variable "foo" {
default = 1
s…
-
Hi,
I've got problems to enable this plugin, apparently there no releases published, different as described from readme.
**File .tflint.hcl**
```
plugin "terraform" {
enabled = true
…
-
I am using tflint via [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform) and running into an issue with some of the rules. I'm not sure if this is due to the way I'm running …
-
It'll be good to have Oracle Cloud (OCI) support
-
### TL;DR
I run tflint with `terraform_unused_declarations` lint enabled
`Warning: variable "cdn" is declared but not used (terraform_unused_declarations)`
warning reported
### Expected be…
kazuk updated
2 years ago
-
In Terraform 1.2.0 the lifecycle hook `replace_triggered_by` was [introduced](https://www.terraform.io/language/meta-arguments/lifecycle#replace_triggered_by). As of `tflint-ruleset-aws` version 0.16.…
-
# Description
Hi There,
I hope you are doing well, I have noticed a slight issue with a recent commit in `tflint-bundle`
tflint started erroring with `exit 2` after the [commit](https://github.c…
-
### Describe the bug
`tflint` release 0.40.0 made some [breaking changes](https://github.com/terraform-linters/tflint/releases/tag/v0.40.0) that look to impact how it uses `--only` CLI option…
-
- Version: whatever `init.sh` installs
- Local OS Version: macOS Monterey 12.6.1
- Local chip architecture: Apple Silicon
- Reproduces in: VSCode Version: 1.72.2 (Universal)
Steps to Repro…