-
Hi!
There is nothing to check TF code for Okta.
We have found one restriction for the name attribute of okta_auth_server_policy. It should be no longer than 50 characters.
I have written TF linter …
-
https://github.com/terraform-linters/tflint-ruleset-aws/pull/211
-
Hi. I am using the aws-ruleset with a rule of
```hcl
rule "aws_resource_missing_tags" {
enabled = true
tags = [
"Contact",
"MoreContact",
"Name",
]
```
However, I've no…
-
tflint is throwing an error for the new instances types.
new instance types
m6a.xlarge
m6a.2xlarge
m6a.4xlarge
m6a.8xlarge
m6a.12xlarge
m6a.16xlarge
m6a.24xlarge
m6a.32xlarge
m6a.48xlarge…
-
Am I using this wrong?
```shell
$ tflint --version
TFLint version 0.30.0
$ cat .tflint.hcl
plugin "google" {
enabled = true
version = "0.13.1"
source = "github.com/terraform-l…
-
### Describe the bug
tflint fails with errors about modules not being loaded like:
```
Error: `foo` module is not found. Did you run `terraform init`?
```
because it runs from the t…
-
# 対応内容
* PRに対して、後述する手段を使って、自動テスト(Dockerコンテナ内)を行うように対応する
# 手段
* Github Actions
# やること整理
- [x] sampleとなるterraformファイルを追加する
- [x] tflintを使って、terraformファイルへのlint処理を行うactionを実装する
- [x] fla…
-
Currently I am using rules from the databricks provider in a CI/CD pipeline.
It would be great to have a layer of static code analysis to provide faster feedback, for obvious errors. For example: w…
-
I have the following in place:
tflint-config:
```hcl
plugin "aws" {
enabled = true
version = "0.8.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
config {
module …
stksz updated
3 years ago
-
### Describe the bug
When running the configured pre-commit hooks, whether manually with `pre-commit run -a` or via the commit hook itself, Issues found by TF are not being displayed by pre-commit.…