mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
22 lines
534 B
Cheetah
22 lines
534 B
Cheetah
{{- if .Config.Sections.ModuleCalls -}}
|
|
{{- if not .Module.ModuleCalls -}}
|
|
{{- if not .Config.Settings.HideEmpty -}}
|
|
{{- indent 0 "#" }} Modules
|
|
|
|
No modules.
|
|
{{ end }}
|
|
{{ else }}
|
|
{{- indent 0 "#" }} Modules
|
|
|
|
The following Modules are called:
|
|
{{- range .Module.ModuleCalls }}
|
|
|
|
{{ indent 1 "#" }} {{ anchorNameMarkdown "module" .Name }}
|
|
|
|
Source: {{ .Source }}
|
|
|
|
Version: {{ .Version }}
|
|
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end -}} |