Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descriptions for 'href' and 'rel' fields are missing #94

Open
raul-te opened this issue Jul 29, 2022 · 0 comments
Open

Descriptions for 'href' and 'rel' fields are missing #94

raul-te opened this issue Jul 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@raul-te
Copy link
Contributor

raul-te commented Jul 29, 2022

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:

$ terraform providers schema -json
...
              "api_links": {
                "type": [
                  "list",
                  [
                    "object",
                    {
                      "href": "string",
                      "rel": "string"
                    }
                  ]
                ],

This bug seems relevant.

@raul-te raul-te added the bug Something isn't working label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant