github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/templates/markdown/typeDescription.md (about)

     1  {{define "typeDescription"}}
     2      {{- if .HasNestedType }}{{indent .IndentLevel "Each"}} `{{.Nested.Label}}` object in the {{.Type.TFType}} accepts the following attributes:{{newline}}
     3      {{- else -}}
     4          {{- if .Label -}}
     5              {{indent .IndentLevel "The"}} `{{.Label}}` object accepts the following attributes:{{newline}}
     6          {{- else -}}
     7              {{indent .IndentLevel "The object accepts the following attributes:" }}{{newline}}
     8          {{- end -}}
     9      {{- end -}}
    10  {{- end -}}