mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
17 lines
525 B
Cheetah
17 lines
525 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
|
|
|
|
| Name | Source | Version |
|
|
|------|--------|---------|
|
|
{{- range .Module.ModuleCalls }}
|
|
| {{ anchorNameMarkdown "module" .Name }} | {{ .Source }} | {{ .Version | default "n/a" }} |
|
|
{{- end }}
|
|
{{ end }}
|
|
{{ end -}} |