-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider: skip decorating provider descriptions
Right now, there isn't a way to do automatic description decoration based on the schema attributes[1]. This is a problem because to mux two provider types they must return identical schemas. To work around this, I've added conditionals to the generator to ignore the schema fields in the providers where we may experience differences between the providers but it remains for all resources and data sources. For now, this strikes the balance of unblocking us and keeping the documentation nicely decorated. [1]: hashicorp/terraform-plugin-framework#625
- Loading branch information
1 parent
0d7e444
commit 4e0043c
Showing
2 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters