terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

Add `--blocks-section` flag to render blocks without specifying if they are required or optional

Open kangasta opened this issue 1 year ago • 0 comments

This renders blocks in a separate Blocks section to avoid all blocks being rendered as optional in resources implemented with terraform-plugin-framework. Also renames Required and Optional sections to Required Attributes and Optional Attribures when using the --blocks-section flag.

kangasta avatar Apr 29 '24 13:04 kangasta