Add support for generating the remainder of top-level resource, data source, and provider schema #112
Closed
1 task done
Labels
enhancement
New feature or request
Use Cases or Problem Statement
Currently,
tfplugingen-framework
is not able to generate all of the available schema fields for resources, data sources, or providers because the spec does not support it.Proposal
Following the spec update here: hashicorp/terraform-plugin-codegen-spec#81
Once that is implemented, we should update
tfplugingen-framework
to consume this new spec information and generate the appropriate schema code for those remaining schema fields:Description
,MarkdownDescription
, andDeprecationMessage
.For resources only, we should add
Version
Additional Information
Originally requested in: hashicorp/terraform-plugin-codegen-openapi#123
Code of Conduct
The text was updated successfully, but these errors were encountered: