terraform-plugin-docs
terraform-plugin-docs copied to clipboard
Add IsDeprecated for Template Rendering
As mentioned in #10:
deprecation messages are not included in the schema exported from Terraform, only a bool indicating its deprecated
I propose making this bool available in the template rendering (as a workaround to this limitation). That way, it may be used in custom templates for documentation generation.