thousandeyes / terraform-provider-thousandeyes

ThousandEyes Terraform Provider
Apache License 2.0
21 stars 27 forks source link

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

Open raul-te opened 2 years ago

raul-te commented 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:

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

This bug seems relevant.