Documentation ¶
Index ¶
- func Render(schema *tfjson.Schema, w io.Writer) error
- func WriteAttributeDescription(w io.Writer, att *tfjson.SchemaAttribute, includeRW bool) error
- func WriteBlockTypeDescription(w io.Writer, block *tfjson.SchemaBlockType) error
- func WriteNestedAttributeTypeDescription(w io.Writer, att *tfjson.SchemaAttribute, includeRW bool) error
- func WriteType(w io.Writer, ty cty.Type) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Render ¶
Render writes a Markdown formatted Schema definition to the specified writer. A Schema contains a Version and the root Block, for example:
"aws_accessanalyzer_analyzer": { "block": { }, "version": 0 },
func WriteBlockTypeDescription ¶
func WriteBlockTypeDescription(w io.Writer, block *tfjson.SchemaBlockType) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.