mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
21 lines
535 B
Cheetah
21 lines
535 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 "=" }} {{ anchorNameAsciidoc "module" .Name }}
|
|
|
|
Source: {{ .Source }}
|
|
|
|
Version: {{ .Version }}
|
|
{{- end }}
|
|
{{ end }}
|
|
{{ end -}} |