-
Hi Community,
In the current version, tflint does not have rule check is module version pinned.
Alternatively, you can use `terraform_module_pinned_source` however, that does not work together wit…
-
Related: https://github.com/terraform-docs/terraform-docs/issues/324
# PASS
```yaml
# .pre-commit-config.yaml
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.43.0…
-
Hi,
we have the following code:
```hcl
...
resource "aws_route" "private_tgw_egress" {
count = var.enable_nat_gateway == false && var.enable_transit_egress == true ? local.private_subnet_co…
-
```hcl
// Write code here
resource "aws_instance" "foo" {
for_each = toset(["t2.medium", "t1.xlarge"])
ami = "ami-0ff8a91507f77f867"
instance_type = each.instance_type # inv…
-
Hello!
Thanks for serverless-rules
What is different with terraform-linters / tflint ?
Thanks!
-
Hey there,
Trying to set up `tflint` with this ruleset on an M1 Mac and running into this error:
```
Installing `aws` plugin...
Failed to install a plugin. An error occurred:
Error: Failed …
-
Hello!
When trying to use the new `tflint --init` to install plugins as [per docs](https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md), it fails to recognize `--…
-
TFLint supports the concept of adding additional rulesets, for instance for the `azurerm` and `google` providers: https://github.com/terraform-linters/tflint#getting-started
To use this action on T…
-
# Problem
AWS linting is not looking into modules when the `--module` argument is included. Vanilla tflint rules are checking the modules.
Have the following files:
```
.
├── main.tf
└── modu…
-
Given the following _providers.tf_ file:
```hcl
provider "azuread" {
tenant_id = "00000000-0000-0000-0000-000000000000"
}
provider "databricks" {
}
```
I'm working on a tflint plugin…