Open raul-te opened 2 years ago
The documentation auto-generation is not including the description for the href and rel fields, in the api_links nested schema. This is not a problem with tfplugindocs, as the problem happens earlier in the process:
href
rel
api_links
tfplugindocs
$ terraform providers schema -json ... "api_links": { "type": [ "list", [ "object", { "href": "string", "rel": "string" } ] ],
This bug seems relevant.
The documentation auto-generation is not including the description for the
href
andrel
fields, in theapi_links
nested schema. This is not a problem withtfplugindocs
, as the problem happens earlier in the process:This bug seems relevant.