-
Notifications
You must be signed in to change notification settings - Fork 69
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
bug: attribute descriptions are not rendered in read-only nested block #66
Comments
I also have run into this and was wondering when the fix would be implemented as having descriptions on nested blocks would be nice for end users |
I too have run into this issue. Upgraded to the latest (v0.13.0 at the time of this comment) but still seeing it. |
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Hi folks, after some digging I guess the bug is in |
We're hitting the same issue, it would be nice to actually get some support from HashiCorp on this. |
@bookshelfdave will you take over from here on? As Radek suggested in hashicorp/terraform-json#65 it could also be an issue in the https://github.com/hashicorp/terraform-plugin-sdk repo. Also the bug still exists for terraform-plugin-docs: |
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Related: - argoproj-labs#126 - hashicorp/terraform-plugin-docs#66 (Nested Schema for `info` for `argocd_cluster`)
Would it be possible to get any ETA on this @bookshelfdave, @austinvalle? 🙏🏻 |
Hello - my apologies for the delay on this issue. Unfortunately, it is not something we can fix as part of terraform-plugin-docs. Object attributes in Terraform do not have descriptions, so there isn't a valid source for this info. This is not a limitation in Terraform Plugin Framework-based providers when using Nested Attributes. |
Understood, thanks for the clarity on this one @bookshelfdave 👍🏻 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Current behavior
Given the schema entry with the surrounding type is and all attributes are
Computed: true,
:the rendered output is
Desired behavior
Where I like to see this output:
For the surrounding type with
Optional: true,
the rendering works as expected.Versions
v0.4.0
v2.6.1
The text was updated successfully, but these errors were encountered: