File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -609,13 +609,13 @@ Unlike most other hooks, this hook triggers once if there are any changed files
609609 - --hook-config=--create-file-if-not-exist=true # Boolean. true or false
610610 - --hook-config=--use-standard-markers=true # Boolean. Defaults to true (v1.93+), false (<v1.93). Set to true for compatibility with terraform-docs
611611 # The following two options "--custom-marker-begin" and "--custom-marker-end" are ignored if "--use-standard-markers" is set to false
612- - --hook-config=--custom-marker-begin # String. Defaults to " <!-- BEGIN_TF_DOCS -->" (v1.93+), "<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->" (<v1.93) .
612+ - --hook-config=--custom-marker-begin= <!-- BEGIN_TF_DOCS --> # String .
613613 # Set to use custom marker which helps you with using other formats like asciidoc.
614614 # For Asciidoc this could be "--hook-config=--custom-marker-begin=// BEGIN_TF_DOCS"
615- - --hook-config=--custom-marker-end # String. Defaults to " <!-- END_TF_DOCS -->" (v1.93+), "<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->" (<v1.93) .
615+ - --hook-config=--custom-marker-end= <!-- END_TF_DOCS --> # String .
616616 # Set to use custom marker which helps you with using other formats like asciidoc.
617617 # For Asciidoc this could be "--hook-config=--custom-marker-end=// END_TF_DOCS"
618- - --hook-config=--custom-doc-header # String. Defaults to "# "
618+ - --hook-config=--custom-doc-header="# " # String. Defaults to "# "
619619 # Set to use custom marker which helps you with using other formats like asciidoc.
620620 # For Asciidoc this could be "--hook-config=--custom-marker-end=\= "
621621 ` ` `
You can’t perform that action at this time.
0 commit comments