-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pre-commit autoupdate and terraform_docs adoption (#49)
* chore: pre-commit autoupdate and terraform_docs adoption * docs: updated pre-commit, terraform_docs and markdownlint
- Loading branch information
1 parent
f9f9f2a
commit d9fed91
Showing
4 changed files
with
76 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
settings: | ||
html: false | ||
anchor: false | ||
escape: false | ||
lockfile: false | ||
hide-empty: true | ||
formatter: "markdown table" | ||
|
||
sections: | ||
show: | ||
- requirements | ||
- providers | ||
- modules | ||
- data-sources | ||
- resources | ||
- inputs | ||
- outputs | ||
|
||
output: | ||
file: .README.md | ||
mode: inject | ||
template: |- | ||
<!-- BEGIN_TF_DOCS --> | ||
{{ .Content }} | ||
<!-- END_TF_DOCS --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters