Skip to content

Commit

Permalink
change customized tflint config files to use override files (#289)
Browse files Browse the repository at this point in the history
* change customized tflint config files to use override files

* use new override config

---------

Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
lonegunmanb and github-actions[bot] authored Feb 5, 2024
1 parent b0fa376 commit 312f549
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 257 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ README-generated.md

.tflint.hcl
.tflint_example.hcl
.tflint.merged.hcl
.tflint_example.merged.hcl

tfmod-scaffold/
scripts
Expand Down
3 changes: 3 additions & 0 deletions .tflint.override.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rule "terraform_sensitive_variable_no_default" {
enabled = true
}
257 changes: 0 additions & 257 deletions .tflint_alt.hcl

This file was deleted.

0 comments on commit 312f549

Please sign in to comment.