We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832c28 commit 43f1d58Copy full SHA for 43f1d58
.pre-commit-config.yaml
@@ -20,6 +20,7 @@ repos:
20
exclude: deploy
21
- id: terraform_tflint
22
args:
23
+ - '--args=--disable-rule=terraform_unused_declarations'
24
- '--args=--config=__GIT_WORKING_DIR__/.tflint.hcl'
25
- id: terraform_tfsec
26
files: ^examples/ # only scan `examples/*` which are the implementation
modules/eks-container-insights/locals.tf
@@ -74,5 +74,4 @@ locals {
74
irsa_iam_role_path = var.irsa_iam_role_path
75
irsa_iam_permissions_boundary = var.irsa_iam_permissions_boundary
76
}
77
-
78
0 commit comments