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 c45ceab commit 98ee1fcCopy full SHA for 98ee1fc
.gitignore
@@ -24,6 +24,7 @@ crash.*.log
24
# to change depending on the environment.
25
#
26
*.tfvars
27
+!examples/*/terraform.auto.tfvars
28
29
# Ignore override files as they are usually used to override resources locally and so
30
# are not checked in
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args:
12
- "--args=--only=terraform_deprecated_interpolation"
13
- "--args=--only=terraform_deprecated_index"
14
- # - "--args=--only=terraform_unused_declarations"
+ - "--args=--only=terraform_unused_declarations"
15
- "--args=--only=terraform_comment_syntax"
16
- "--args=--only=terraform_documented_outputs"
17
- "--args=--only=terraform_documented_variables"
0 commit comments