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 974215b commit d9ffff2Copy full SHA for d9ffff2
.gitignore
@@ -24,7 +24,6 @@ crash.*.log
24
# to change depending on the environment.
25
#
26
*.tfvars
27
-!terraform.*example*.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