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 1a2cf36 commit 3ec780cCopy full SHA for 3ec780c
hooks/terraform_docs.sh
@@ -245,10 +245,10 @@ function terraform_docs {
245
# Need to pass $tf_docs_formatter and $args as separate arguments, not as single string
246
local tfdocs_cmd=(
247
terraform-docs
248
- --output-mode="$output_mode"
249
- --output-file="$output_file"
250
- $tf_docs_formatter
251
- $args
+ --output-mode="$output_mode"
+ --output-file="$output_file"
+ $tf_docs_formatter
+ $args
252
)
253
if [[ $have_config_flag == true ]]; then
254
"${tfdocs_cmd[@]}" "--config=$config_file" ./ > /dev/null
0 commit comments