mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
19 lines
563 B
Cheetah
19 lines
563 B
Cheetah
{{- if .Config.Sections.Requirements -}}
|
|
{{- if not .Module.Requirements -}}
|
|
{{- if not .Config.Settings.HideEmpty -}}
|
|
{{- indent 0 "=" }} Requirements
|
|
|
|
No requirements.
|
|
{{- end }}
|
|
{{ else }}
|
|
{{- indent 0 "=" }} Requirements
|
|
|
|
[cols="a,a",options="header,autowidth"]
|
|
|===
|
|
|Name |Version
|
|
{{- range .Module.Requirements }}
|
|
|{{ anchorNameAsciidoc "requirement" .Name }} |{{ tostring .Version | default "n/a" }}
|
|
{{- end }}
|
|
|===
|
|
{{ end }}
|
|
{{ end -}} |