Skip to content

Commit d9ffff2

Browse files
author
oozou_devops
committed
sync base files
1 parent 974215b commit d9ffff2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ crash.*.log
2424
# to change depending on the environment.
2525
#
2626
*.tfvars
27-
!terraform.*example*.tfvars
2827

2928
# Ignore override files as they are usually used to override resources locally and so
3029
# are not checked in

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args:
1212
- "--args=--only=terraform_deprecated_interpolation"
1313
- "--args=--only=terraform_deprecated_index"
14-
- "--args=--only=terraform_unused_declarations"
14+
# - "--args=--only=terraform_unused_declarations"
1515
- "--args=--only=terraform_comment_syntax"
1616
- "--args=--only=terraform_documented_outputs"
1717
- "--args=--only=terraform_documented_variables"

0 commit comments

Comments
 (0)