We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a1a9b commit 8d8281fCopy full SHA for 8d8281f
README.md.gotmpl
@@ -198,6 +198,12 @@ We literally have <a href="{{ $terraform_modules }}">*hundreds of other terrafor
198
{{- if eq "examples" $firstNonEmptySection }}{{ template "tip_use_reference_architecture" $context }}{{- end }}
199
200
201
+{{ if has (ds "config") "terraform_docs" }}
202
+<!-- markdownlint-disable -->
203
+{{ (ds "config").terraform_docs }}
204
+<!-- markdownlint-restore -->
205
+{{ end }}
206
+
207
{{ if has (ds "config") "include" }}
208
{{ range $file := (datasource "config").include -}}
209
{{ (include "includes" $file) }}
0 commit comments